Kaynağa Gözat

Merge pull request #205 from Akito13/master

Fixed typo
tags/v1.0.0
Andrea Spacca 5 yıl önce
committed by GitHub
ebeveyn
işleme
c4dbd39527
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      server/handlers.go

+ 1
- 1
server/handlers.go Dosyayı Görüntüle

@@ -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
}



Yükleniyor…
İptal
Kaydet