Author: vbart
Date: 2013-04-23 10:15:49 + (Tue, 23 Apr 2013)
New Revision: 5183
URL: http://trac.nginx.org/nginx/changeset/5183/nginx
Log:
SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.
This is to avoid setting the TCP_NODELAY flag on SPDY socket in
ngx_http_upstream_send_response()
Author: mdounin
Date: 2013-04-23 10:04:12 + (Tue, 23 Apr 2013)
New Revision: 5182
URL: http://trac.nginx.org/nginx/changeset/5182/nginx
Log:
Perl: request body handling fixed.
As of 1.3.9, chunked request body may be available with
r->headers_in.content_length_n <= 0. Additionally, request b