[GH-ISSUE #212] 无法上传4G以上的大文件 #111

Closed
opened 2026-04-08 16:50:24 +03:00 by zhus · 1 comment
Owner

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:

  • Dufs version:0.33.0
  • Browser/Webdav Info:
  • OS Info: linux
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:** - Dufs version:0.33.0 - Browser/Webdav Info: - OS Info: linux
zhus closed this issue 2026-04-08 16:50:24 +03:00
Author
Owner

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

<!-- gh-comment-id:1556097579 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#111