[GH-ISSUE #257] Failed to upload large file #132

Closed
opened 2026-04-08 16:50:35 +03:00 by zhus · 3 comments
Owner

Originally created by @pinghe on GitHub (Aug 18, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/257

Problem

Failed to upload large file, 7.5g only 3.5g uploaded.

Log

127.0.0.1 "PUT /data/file.img" 500 error reading a body from connection: end of file before message length reached

Environment:

  • Dufs version: 0.35.0
  • Browser/Webdav Info: chrome
  • OS Info: linux ubuntu 22.04
Originally created by @pinghe on GitHub (Aug 18, 2023). Original GitHub issue: https://github.com/sigoden/dufs/issues/257 **Problem** Failed to upload large file, 7.5g only 3.5g uploaded. **Log** ``` 127.0.0.1 "PUT /data/file.img" 500 error reading a body from connection: end of file before message length reached ``` **Environment:** - Dufs version: 0.35.0 - Browser/Webdav Info: chrome - OS Info: linux ubuntu 22.04
zhus closed this issue 2026-04-08 16:50:35 +03:00
Author
Owner

@sigoden commented on GitHub (Aug 18, 2023):

Unstable network during uploading caused this error

<!-- gh-comment-id:1683219035 --> @sigoden commented on GitHub (Aug 18, 2023): Unstable network during uploading caused this error
Author
Owner

@pinghe commented on GitHub (Aug 18, 2023):

is localhost

<!-- gh-comment-id:1683323872 --> @pinghe commented on GitHub (Aug 18, 2023): is localhost
Author
Owner

@sigoden commented on GitHub (Aug 18, 2023):

dufs doesn't have any restrictions on uploads. If the upload fails, it may end up with an unstable network or insufficient disk

<!-- gh-comment-id:1683812690 --> @sigoden commented on GitHub (Aug 18, 2023): dufs doesn't have any restrictions on uploads. If the upload fails, it may end up with an unstable network or insufficient disk
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#132