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