]> git.kaiwu.me - nginx.git/commit
SPDY: fixed parsing of the priority field.
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Tue, 4 Feb 2014 05:06:23 +0000 (14:06 +0900)
committerShigeki Ohtsu <ohtsu@iij.ad.jp>
Tue, 4 Feb 2014 05:06:23 +0000 (14:06 +0900)
commit38a9a8968de3f762ff91e10bce8f122020a35637
tree393deedcb9311141de17ccd5d02e6c9808e196e9
parent087c7a6e3101d6257ba4ffd69542dcc1f37ba780
SPDY: fixed parsing of the priority field.

The size of the priority field is increased by one bit in spdy/3,
and now it's a 3-bit field followed by 5 bits of unused space.
But a shift of these bits hasn't been adjusted in 39d7eef2e332
accordingly.
src/http/ngx_http_spdy.c