log src/http/ngx_http_request_body.c @ 1455:7f2adaebb81f

age author description
Sat, 01 Sep 2007 16:40:19 +0000 Igor Sysoev fix socket leak introduced in r1374 when request header and body was
Mon, 27 Aug 2007 15:38:46 +0000 Igor Sysoev cancel discarding body on EOF
Tue, 07 Aug 2007 10:53:27 +0000 Igor Sysoev discard request body before going to keep-alive state and use lingering timeouts
Mon, 06 Aug 2007 15:37:22 +0000 Igor Sysoev rename ngx_http_discard_body() to ngx_http_discard_request_body()
Mon, 06 Aug 2007 15:31:00 +0000 Igor Sysoev block reading for level events
Mon, 06 Aug 2007 15:18:24 +0000 Igor Sysoev discard request body in cycle
Wed, 11 Jul 2007 20:12:26 +0000 Igor Sysoev style fix