commit | ba890408bdf8c4098a11472149c8ff48601f229d | [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 | 40bd7754cc2dcbfee32bacdf889b7621813b4265 | |
parent | 63ee6907515e0637665e04944a1c1d1f15e19635 [diff] |
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.