Skip to content

Commit

Permalink
Fixed short body + keepalive bug. Thanks to Dmitry Dedukhin
Browse files Browse the repository at this point in the history
  • Loading branch information
Valery Kholodkov committed May 4, 2009
1 parent 3284c11 commit 03e44da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_http_upload_module.c
Expand Up @@ -1794,7 +1794,7 @@ ngx_http_read_upload_client_request_body(ngx_http_request_t *r) {

/* the whole request body may be placed in r->header_in */

rb->buf = b;
rb->to_write = rb->bufs;

r->read_event_handler = ngx_http_read_upload_client_request_body_handler;

Expand Down

0 comments on commit 03e44da

Please sign in to comment.