nginx/src
Maxim Dounin 2743bb68ee Request body: unbuffered reading.
The r->request_body_no_buffering flag was introduced.  It instructs
client request body reading code to avoid reading the whole body, and
to call post_handler early instead.  The caller should use the
ngx_http_read_unbuffered_request_body() function to read remaining
parts of the body.

Upstream module is now able to use this mode, if configured with
the proxy_request_buffering directive.
2015-03-23 21:09:19 +03:00
..
core Output chain: free chain links in ngx_chain_writer(). 2015-03-23 21:09:05 +03:00
event Format specifier fixed for file size of buffers. 2015-03-23 19:28:54 +03:00
http Request body: unbuffered reading. 2015-03-23 21:09:19 +03:00
mail SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL. 2015-03-23 02:42:34 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Removed stub implementation of win32 mutexes. 2015-03-23 13:52:47 +03:00