commit | ef51079fe287b4cd618a1956529990ca6fefec47 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Apr 30 20:34:20 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Apr 30 20:34:20 2014 +0400 |
tree | 23dd2f55fddf384af1648c4afaacb964eaed8880 | |
parent | cf770ddd82e1888da38da30089fcce77b1a2c7ee [diff] |
SPDY: ngx_http_spdy_state_headers() error handling cleanup. - Specification-friendly handling of invalid header block or special headers. Such errors are not fatal for session and shouldn't lead to connection close; - Avoid mix of NGX_HTTP_PARSE_INVALID_REQUEST/NGX_HTTP_PARSE_INVALID_HEADER.