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 afb92a8127 SPDY: fixed the DATA frame length handling in case of some errors.
There are a few cases in ngx_http_spdy_state_read_data() related to error
handling when ngx_http_spdy_state_skip() might be called with an inconsistent
state between *pos and sc->length, that leads to violation of frame layout
parsing and resuted in corruption of spdy connection.

Based on a patch by Xiaochen Wang.
2014-03-28 20:05:07 +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: fixed the DATA frame length handling in case of some errors. 2014-03-28 20:05:07 +04:00
.hgtags release-1.5.12 tag 2014-03-18 17:08:35 +04:00