ソースを参照

Fixed typo

tags/v1.0.0^2
Akito13 5年前
committed by GitHub
コミット
3c7904cd67
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      server/handlers.go

+ 1
- 1
server/handlers.go ファイルの表示

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



読み込み中…
キャンセル
保存