You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a continuation of the closed issue #36 where the received and size are the same even though the upload is continuing (tested using Firefox on a 3.4Gb file through Charles Proxy throttled to 56kbps). In that thread, others are reporting they are continuing to have this issue.
Built on nginx mainline 1.9.15 (also tried 1.1.10) on Debian jessie (under vagrant) using module v0.9.1.tar.gz.
2016/05/13 13:08:58 [notice] 1051#1051: using the "epoll" event method
2016/05/13 13:08:58 [notice] 1051#1051: nginx/1.9.15
2016/05/13 13:08:58 [notice] 1051#1051: built by gcc 4.9.2 (Debian 4.9.2-10)
2016/05/13 13:08:58 [notice] 1051#1051: OS: Linux 3.2.0-4-amd64
2016/05/13 13:08:58 [notice] 1051#1051: getrlimit(RLIMIT_NOFILE): 1024:4096
2016/05/13 13:08:58 [notice] 1052#1052: start worker processes
2016/05/13 13:08:58 [notice] 1052#1052: start worker process 1053
and in the site specific log:
2016/05/13 13:09:15 [warn] 1053#1053: *1 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000001, client: 192.168.7.1, server: , request: "POST /.../upload/file?X-Progress-ID=123 HTTP/1.1", host: "192.168.7.7:85", referrer: "http://....php"
This is my first time trying to add a module to nginx (I did try just using debian's nginx-extras package first, but had the same results) so I might be missing something...
The text was updated successfully, but these errors were encountered:
This is a continuation of the closed issue #36 where the received and size are the same even though the upload is continuing (tested using Firefox on a 3.4Gb file through Charles Proxy throttled to 56kbps). In that thread, others are reporting they are continuing to have this issue.
Built on nginx mainline 1.9.15 (also tried 1.1.10) on Debian jessie (under vagrant) using module v0.9.1.tar.gz.
Build steps used (based off https://serversforhackers.com/compiling-third-party-modules-into-nginx )
cat /etc/nginx/nginx.conf
Relevant /etc/nginx/nginx/*.conf entries
Running with debug enabled shows in system log:
and in the site specific log:
This is my first time trying to add a module to nginx (I did try just using debian's nginx-extras package first, but had the same results) so I might be missing something...
The text was updated successfully, but these errors were encountered: