mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #212] 无法上传4G以上的大文件 #111
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 @wuzhaohui100 on GitHub (May 18, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/212
上传大于4G的大文件会中断,服务端报错:500 error reading a body from connection: end of file before message length reached
Environment:
@sigoden commented on GitHub (May 21, 2023):
dufs does not limit upload file size.
This error is a network problem, the network was interrupted during the uploading.
The larger the file, the greater the probability of encountering network failures.