log src/http/ngx_http_request_body.c @ 4957:7556a7acb14f stable-1.2

age author description
Tue, 11 Dec 2012 13:18:50 +0000 Maxim Dounin Merge of r4921, r4922, r4923, r4924, r4925: request body fixes. stable-1.2
Mon, 26 Nov 2012 18:01:49 +0000 Maxim Dounin Request body: block write events while reading body.
Mon, 26 Nov 2012 18:01:08 +0000 Maxim Dounin Request body: error checking fixes, negative rb->rest handling.
Mon, 26 Nov 2012 18:00:14 +0000 Maxim Dounin Request body: improved handling of incorrect chunked request body.
Mon, 26 Nov 2012 17:59:30 +0000 Maxim Dounin Request body: fixed discard of chunked request body.
Wed, 21 Nov 2012 01:40:11 +0000 Maxim Dounin Request body: unbreak build without debug.
Wed, 21 Nov 2012 01:08:11 +0000 Maxim Dounin Request body: chunked transfer encoding support.
Wed, 21 Nov 2012 00:57:56 +0000 Maxim Dounin Request body: properly handle events while discarding body.
Wed, 21 Nov 2012 00:57:16 +0000 Maxim Dounin Request body: fixed socket leak on errors.
Wed, 21 Nov 2012 00:55:50 +0000 Maxim Dounin Request body: code duplication reduced, no functional changes.
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Fri, 30 Sep 2011 14:36:19 +0000 Igor Sysoev Merging r3986, r4006, r4007, r4073: stable-1.0
Mon, 05 Sep 2011 12:43:31 +0000 Maxim Dounin Bugfix: read event was not blocked after reading body.
Thu, 18 Aug 2011 15:52:00 +0000 Maxim Dounin Fix body with request_body_in_single_buf.
Thu, 18 Aug 2011 15:27:57 +0000 Maxim Dounin Correctly set body if it's preread and there are extra data.
Mon, 01 Feb 2010 14:42:38 +0000 Igor Sysoev merge r3163, r3213: stable-0.7
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
Tue, 01 Sep 2009 12:40:27 +0000 Igor Sysoev fix request counter handling while discarding body, introduced in r3050
Wed, 26 Aug 2009 16:04:05 +0000 Igor Sysoev request reference counter
Mon, 26 Jan 2009 15:22:24 +0000 Igor Sysoev r2420, r2421, r2435, r2436, r2437 merge: stable-0.6
Fri, 26 Dec 2008 13:43:42 +0000 Igor Sysoev send "100 Continue" just before reading request body
Tue, 09 Dec 2008 17:27:48 +0000 Igor Sysoev use "!= NGX_OK" instead of "== NGX_ERROR"