commit | ce6bcc0795d50874a44619ce23cc9ddd4295e88d | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Aug 06 15:31:00 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Aug 06 15:31:00 2007 +0000 |
tree | 0c9840bd6d1a76c7ed36156ed0d0ae6928f021a8 | |
parent | 7ab4d9cb559353277af3e40b51c43505ae0aa626 [diff] [blame] |
block reading for level events
diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index e3094dd..fdb49c9 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c
@@ -503,6 +503,7 @@ do { if (r->headers_in.content_length_n == 0) { + r->read_event_handler = ngx_http_block_reading; return NGX_OK; }