Skip to content

Commit 4b7a2c9

Browse files
author
brice
committed
Fix-up comment style
Signed-off-by: brice <[email protected]>
1 parent aa4e8b9 commit 4b7a2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ngx_http_uploadprogress_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,8 @@ ngx_http_uploadprogress_handler(ngx_http_request_t * r)
833833
up->length = 0;
834834
up->timeout = 0;
835835

836-
// Properly handles small files where no read events happen after the
837-
// request is first handled
836+
/* Properly handles small files where no read events happen after the */
837+
/* request is first handled (apparently this can happen on linux with epoll) */
838838
if (r->headers_in.content_length_n) {
839839
up->length = r->headers_in.content_length_n;
840840
if (r->request_body) {

0 commit comments

Comments
 (0)