mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Update upload.go
This commit is contained in:
parent
e479f46510
commit
bab8916372
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ func uploadHeaderProcess(r *http.Request, upReq *UploadRequest) {
|
|||
} else {
|
||||
upReq.contentSize = contentSize
|
||||
log.Printf("content size assigned")
|
||||
log.Printf(upReq.contentSize)
|
||||
log.Print(upReq.contentSize)
|
||||
}
|
||||
upReq.deleteKey = r.Header.Get("Linx-Delete-Key")
|
||||
upReq.accessKey = r.Header.Get(accessKeyHeaderName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue