]> git.kaiwu.me - nginx.git/commit
SPDY: ngx_http_spdy_state_headers() error handling cleanup.
authorValentin Bartenev <vbart@nginx.com>
Wed, 30 Apr 2014 16:34:20 +0000 (20:34 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 30 Apr 2014 16:34:20 +0000 (20:34 +0400)
commitef51079fe287b4cd618a1956529990ca6fefec47
tree23dd2f55fddf384af1648c4afaacb964eaed8880
parentcf770ddd82e1888da38da30089fcce77b1a2c7ee
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.
src/http/ngx_http_spdy.c