-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
I'm testing the file upload functionality with an intentionally crippled network, and getting some timeouts after long file uploads (> 1 min). Here's the setup:
Cap network bandwidth to 600Kbit/s and add 50ms latency:
sudo ipfw pipe 1 config bw 600Kbit/s delay 50ms
sudo ipfw add 1 pipe 1 src-port 8080
sudo ipfw add 2 pipe 1 dst-port 8080
Here's the error I get after about 1.5 minutes of a 900K file:
18:46:41.773 [error] module: misultin_http
line: 392
error reading body: timeout
18:46:41.777 [error] module: misultin_http
line: 363
request timeout, sending error
Misultin version is 0.9-dev
(current master I think)
Any ideas why it's timing out? I'm tracking the file progress, and it seems like it's being uploaded...
Note: everything seems to work fine without the artificial network delay, and everything but file uploads work fine with the delay. I'm just worried this could happen when the site is live.
Metadata
Metadata
Assignees
Labels
No labels