commit | de3c7a825ee446fe4e0dc84df3d57bfebdf8c6f6 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Mar 26 18:01:11 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Mar 26 18:01:11 2014 +0400 |
tree | 36537046b59992bc80135ed83d1fd3ba27896ada | |
parent | 042122a066c62cfe0748697d0f16b35fa96409c2 [diff] |
SPDY: better detect if headers block has wrong entries count. Previously, only one case was checked: if there's more data to parse in a r->header_in buffer, but the buffer can be filled to the end by the last parsed entry, so we also need to check that there's no more data to inflate.