log src/http/ngx_http_request_body.c @ 3948:7cccdc1809a2 stable-0.8

age author description
Mon, 19 Oct 2009 16:12:13 +0000 Igor Sysoev restore discard body handler after ngx_http_set_writer() set it to
Mon, 19 Oct 2009 16:06:57 +0000 Igor Sysoev fix ngx_http_finalize_request() code after a body has been discarded
Mon, 19 Oct 2009 14:08:35 +0000 Igor Sysoev prevent handling discarded body as a pipelined request
Fri, 02 Oct 2009 11:32:56 +0000 Igor Sysoev clear r->lingering_close to disable preventively calling
Fri, 02 Oct 2009 09:46:04 +0000 Igor Sysoev update r3167: do not set r->discard_body if the body has been just discarded
Sat, 26 Sep 2009 13:24:15 +0000 Igor Sysoev fix r3078: do not increase request counter if body has been just discarded
Fri, 25 Sep 2009 11:55:33 +0000 Igor Sysoev fix discarding body