mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #499] Invalid Request (Unexpexted EOF) #367
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @ghost on GitHub (Feb 20, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/499
When uploading a folder, parallel uploads start. When one of the files being uploaded is big in size, it stops after sometime and php spits out "Invalid Request (Unexpexted EOF)" in the terminal.
When that occurs, that big file upload stalls and gets skipped and only 1 upload continues at a given time (no more simultaneous uploads).
I have changed the limits in php.ini but the problem still persists. Can we prevent multiple simultaneous uploads right from the beginning somehow?
I'm using latest Chrome build for Windows.