summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request_body.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-24HTTP/2: reduced difference to HTTP/1.x in reading request body.Valentin Bartenev1-8/+12
2017-02-08Request body: commented out debug printing of old buffers.Maxim Dounin1-0/+2
2017-02-08Request body: c->error on "100 Continue" errors (ticket #1194).Maxim Dounin1-0/+2
2016-04-01HTTP/2: support for unbuffered upload of request body.Valentin Bartenev1-1/+12
2016-04-01HTTP/2: rewritten handling of request body.Valentin Bartenev1-12/+12
2016-03-01Request body: moved handling of the last part in the save filter.Valentin Bartenev1-69/+40
2016-01-12Request body: removed surplus assigment, no functional changes.Valentin Bartenev1-6/+0
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-6/+6
2015-04-06Request body: always flush buffers if request buffering is off.Valentin Bartenev1-0/+2
2015-03-23Request body: unbuffered reading.Maxim Dounin1-10/+97
2015-03-23Request body: filters support.Maxim Dounin1-5/+3
2015-03-23Request body: moved request body writing to save filter.Maxim Dounin1-14/+8
2015-03-23Request body: free chain links in ngx_http_write_request_body().Maxim Dounin1-2/+7
2015-03-23Format specifier fixed for file size of buffers.Maxim Dounin1-3/+3
2014-03-03Request body: avoid potential overflow.Maxim Dounin1-4/+4
2014-01-04Fixed "zero size buf in output" alerts.Maxim Dounin1-21/+37
2013-11-11SPDY: fixed request hang with the auth request module.Valentin Bartenev1-1/+1
2013-09-04Win32: Borland C compatibility fixes.Maxim Dounin1-4/+4
2013-05-13Fixed lingering_time check.Maxim Dounin1-2/+2
2013-05-11Request body: fixed r->count increment on allocation failure.Maxim Dounin1-1/+2
2013-04-16Request body: only read body in main request (ticket #330).Maxim Dounin1-1/+1
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev1-0/+14
2013-03-14Request body: avoid linking rb->buf to r->header_in.Maxim Dounin1-1/+14
2013-03-14Request body: next upstream fix.Maxim Dounin1-2/+2
2013-02-01Request body: fixed client_body_in_file_only.Maxim Dounin1-1/+17
2012-11-26Request body: block write events while reading body.Maxim Dounin1-0/+2
2012-11-26Request body: error checking fixes, negative rb->rest handling.Maxim Dounin1-2/+11
2012-11-26Request body: improved handling of incorrect chunked request body.Maxim Dounin1-4/+15
2012-11-26Request body: fixed discard of chunked request body.Maxim Dounin1-1/+1
2012-11-21Request body: unbreak build without debug.Maxim Dounin1-0/+2
2012-11-21Request body: chunked transfer encoding support.Maxim Dounin1-160/+522
2012-11-21Request body: properly handle events while discarding body.Maxim Dounin1-7/+9
2012-11-21Request body: fixed socket leak on errors.Maxim Dounin1-10/+28
2012-11-21Request body: code duplication reduced, no functional changes.Maxim Dounin1-25/+14
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-09-05Bugfix: read event was not blocked after reading body.Maxim Dounin1-0/+2
2011-08-18Fix body with request_body_in_single_buf.Maxim Dounin1-1/+3
2011-08-18Correctly set body if it's preread and there are extra data.Maxim Dounin1-0/+1
2009-10-19restore discard body handler after ngx_http_set_writer() set it toIgor Sysoev1-4/+3
2009-10-19fix ngx_http_finalize_request() code after a body has been discardedIgor Sysoev1-9/+4
2009-10-19prevent handling discarded body as a pipelined requestIgor Sysoev1-0/+1
2009-10-02clear r->lingering_close to disable preventively callingIgor Sysoev1-1/+6
2009-10-02update r3167: do not set r->discard_body if the body has been just discardedIgor Sysoev1-2/+1
2009-09-26fix r3078: do not increase request counter if body has been just discardedIgor Sysoev1-2/+3
2009-09-25fix discarding bodyIgor Sysoev1-5/+6
2009-09-01fix request counter handling while discarding body, introduced in r3050Igor Sysoev1-0/+1
2009-08-26request reference counterIgor Sysoev1-0/+2
2008-12-26send "100 Continue" just before reading request bodyIgor Sysoev1-0/+51
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev1-3/+3