]> git.kaiwu.me - nginx.git/commit
SPDY: removed ngx_http_spdy_state_headers_error().
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)
commitba890408bdf8c4098a11472149c8ff48601f229d
tree40bd7754cc2dcbfee32bacdf889b7621813b4265
parent63ee6907515e0637665e04944a1c1d1f15e19635
SPDY: removed ngx_http_spdy_state_headers_error().

The function just calls ngx_http_spdy_state_headers_skip() most of the time.
There was also an attempt of optimization to stop parsing if the client already
closed connection, but it looks strange and unfinished anyway.
src/http/ngx_http_spdy.c