Explorar el Código

Fixed typo

tags/v1.0.0^2
Akito13 hace 5 años
committed by GitHub
padre
commit
3c7904cd67
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      server/handlers.go

+ 1
- 1
server/handlers.go Ver fichero

@@ -437,7 +437,7 @@ func (s *Server) putHandler(w http.ResponseWriter, r *http.Request) {

if contentLength == 0 {
log.Print("Empty content-length")
http.Error(w, errors.New("Could not uplpoad empty file").Error(), 400)
http.Error(w, errors.New("Could not upload empty file").Error(), 400)
return
}



Cargando…
Cancelar
Guardar