tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

spdylay_unpack_pri cant support spdy3 #49

Closed zlbruce closed 11 years ago

zlbruce commented 11 years ago
return (data[0] >> 6) & 0x3;

spdy2 priority is 2 bit spdy3 priority is 3 bit

tatsuhiro-t commented 11 years ago

Fixed in 5adfd07