浏览代码

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
}



正在加载...
取消
保存