mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #326] docker部署后使用http put上传文件的问题 #172
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hhmmLife on GitHub (Dec 21, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/326
windows下的Dufs没有问题,但是在ubuntu中用docker部署后使用http put上传文件
客户端没有收到返回,在文件正常上传完成十几秒后客户端抛出两条错误
Curl error 52: Empty reply from server
File upload failed: Received no data in response
@sigoden commented on GitHub (Dec 21, 2023):
please paste dufs log. @HeiHeiHeMianMa
@sigoden commented on GitHub (Dec 21, 2023):
why not follow the https://github.com/sigoden/dufs/issues/new?assignees=&labels=&projects=&template=bug_report.md
to submit the issue?
@hhmmLife commented on GitHub (Dec 21, 2023):
Sorry, I'm a newbie. I'll improve.
@hhmmLife commented on GitHub (Dec 21, 2023):
Log

log is normal
But I've already sorted out the issue, though I'm not sure why, after SetRequestHeader("Expect", "")
This is likely my fault.
Sorry to bother you., I've closed the issue