We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4e8b9 commit 4b7a2c9Copy full SHA for 4b7a2c9
ngx_http_uploadprogress_module.c
@@ -833,8 +833,8 @@ ngx_http_uploadprogress_handler(ngx_http_request_t * r)
833
up->length = 0;
834
up->timeout = 0;
835
836
- // Properly handles small files where no read events happen after the
837
- // request is first handled
+ /* Properly handles small files where no read events happen after the */
+ /* request is first handled (apparently this can happen on linux with epoll) */
838
if (r->headers_in.content_length_n) {
839
up->length = r->headers_in.content_length_n;
840
if (r->request_body) {
0 commit comments