log src/http/ngx_http_request_body.c @ 7693:f5a2af0e7079

age author description
Thu, 06 Aug 2020 05:02:57 +0300 Maxim Dounin Request body: optimized handling of small chunks.
Thu, 06 Aug 2020 05:02:55 +0300 Maxim Dounin Request body: allowed large reads on chunk boundaries.
Thu, 06 Aug 2020 05:02:44 +0300 Maxim Dounin Request body: all read data are now sent to filters.
Mon, 24 Apr 2017 14:17:13 +0300 Valentin Bartenev HTTP/2: reduced difference to HTTP/1.x in reading request body.
Wed, 08 Feb 2017 19:36:03 +0300 Maxim Dounin Request body: commented out debug printing of old buffers.
Wed, 08 Feb 2017 19:35:31 +0300 Maxim Dounin Request body: c->error on "100 Continue" errors (ticket #1194).
Fri, 01 Apr 2016 15:57:10 +0300 Valentin Bartenev HTTP/2: support for unbuffered upload of request body.
Fri, 01 Apr 2016 15:56:03 +0300 Valentin Bartenev HTTP/2: rewritten handling of request body.
Tue, 01 Mar 2016 15:18:07 +0300 Valentin Bartenev Request body: moved handling of the last part in the save filter.
Tue, 12 Jan 2016 19:19:07 +0300 Valentin Bartenev Request body: removed surplus assigment, no functional changes.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Mon, 06 Apr 2015 19:20:36 +0300 Valentin Bartenev Request body: always flush buffers if request buffering is off.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: filters support.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: moved request body writing to save filter.
Mon, 23 Mar 2015 21:09:12 +0300 Maxim Dounin Request body: free chain links in ngx_http_write_request_body().
Mon, 23 Mar 2015 19:28:54 +0300 Maxim Dounin Format specifier fixed for file size of buffers.
Mon, 03 Mar 2014 17:39:53 +0400 Maxim Dounin Request body: avoid potential overflow. stable-1.4
Mon, 03 Mar 2014 17:39:53 +0400 Maxim Dounin Request body: avoid potential overflow.
Sat, 04 Jan 2014 03:32:22 +0400 Maxim Dounin Fixed "zero size buf in output" alerts. stable-1.4
Sat, 04 Jan 2014 03:32:22 +0400 Maxim Dounin Fixed "zero size buf in output" alerts.
Mon, 11 Nov 2013 18:49:35 +0400 Valentin Bartenev SPDY: fixed request hang with the auth request module.
Wed, 04 Sep 2013 20:48:23 +0400 Maxim Dounin Win32: Borland C compatibility fixes.
Mon, 13 May 2013 17:39:45 +0400 Maxim Dounin Fixed lingering_time check.
Sat, 11 May 2013 18:49:19 +0400 Maxim Dounin Request body: fixed r->count increment on allocation failure.
Tue, 16 Apr 2013 10:14:59 +0000 Maxim Dounin Request body: only read body in main request (ticket #330).
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Thu, 14 Mar 2013 12:30:26 +0000 Maxim Dounin Request body: avoid linking rb->buf to r->header_in.
Thu, 14 Mar 2013 12:28:53 +0000 Maxim Dounin Request body: next upstream fix.
Fri, 01 Feb 2013 14:38:18 +0000 Maxim Dounin Request body: fixed client_body_in_file_only.
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"