An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Valentin Bartenev ac5a3cbeee SPDY: detect premature closing of stream.
The SPDY/3.1 specification requires that the server must respond with
a 400 "Bad request" error if the sum of the data frame payload lengths
does not equal the size of the Content-Length header.

This also fixes "zero size buf in output" alert, that might be triggered
if client sends a greater than zero Content-Length header and closes
stream using the FIN flag with an empty request body.
2014-03-28 20:22:57 +04:00
auto Added server-side support for PROXY protocol v1 (ticket #355). 2014-03-17 17:41:24 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.5.12-RELEASE 2014-03-18 17:08:35 +04:00
misc Updated PCRE used for win32 builds. 2014-02-04 07:45:33 +04:00
src SPDY: detect premature closing of stream. 2014-03-28 20:22:57 +04:00
.hgtags release-1.5.12 tag 2014-03-18 17:08:35 +04:00