mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #318] Stopping ZIP file download breaks application #170
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 @mowirth on GitHub (Dec 12, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/318
Problem
When Downloading the root directory as ZIP and then cancelling the download before it has started does result in a broken Pipe and renders the application unresponsive.
Steps to reproduce:
Log
Environment:
Thank you in advance!
@sigoden commented on GitHub (Dec 13, 2023):
Unable to reproduce the error.
https://github.com/sigoden/dufs/assets/4012553/0c22a743-39fd-43ac-9908-53b51c6b6871
@mowirth commented on GitHub (Dec 13, 2023):
I checked again and it looks like the error only appears if you have a large file in this folder - in my case, the file is around 2,8GB big, dufs is running on kubernetes.
@sigoden commented on GitHub (Dec 13, 2023):
Still unable to reproduce the error.
https://github.com/sigoden/dufs/assets/4012553/b8a8d1b5-a62b-4a0d-ab8c-14660251f3d5
@mowirth commented on GitHub (Dec 14, 2023):
My apologies, it seems like the kubernetes port-forwarding cannot handle the broken stream and drops any further connections. I tested it with dufs locally and it works there.
Thank you for your help!