I saw wireshark already supported HTTP 2.0 draft-13. https://github.com/http2/http2-spec/wiki/Implementations But when I use v.1.12.0-rc2(newest development version), it got http 2.0 package and still prompt it's a HTTP 2.0 draft-12 packet. I'm sure it's a draft-13 packet. So what's wrong with it ? asked 22 Jul '14, 02:17 faramita10 |
One Answer:
The change for draft-13 was committed to the master branch on Jul 8 2014, and then backported to the 1.12 branch on Jul 11. This means that it isn't in the rc2 build (created on Jun 13). You'll need to either download one of the automated builds that are produced from master dated later than Jul 8, or build yourself from source, or wait until rc3 is built. answered 22 Jul '14, 03:21 grahamb ♦ |
You gave me a big help. I love you!
You're welcome ;-)
If an answer has solved your issue, please accept the answer for the benefit of other users by clicking the checkmark icon next to the answer. Please read the FAQ for more information.