Peter Wu
changed
bug 11331
Comment # 2
on bug 11331
from Peter Wu
I just checked the capture and HTTP2 is somehow layered above http:
In change 7782 you proposed:
> We could have the HTTP dissector check if a conversation data exists
> for HTTP2 and call the dissector accordingly, like what we are doing
> in case of HTTP2 upgrade (in dissect_http() function. What do you
> think?
That seems good to me (eliminating the HTTP layer if HTTP2 is detected), will
it still work with Decode As though? Consider a HTTP/1.1 request/response with
a binary file download that begins with the HTTP2 magic sequence.
You are receiving this mail because:
- You are watching all bug changes.