You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
When I use the method request in hyper.http20.connection,it's finally leading to the block of method named endheaders.
When I was debugging the program, the order of packets is like the pic.Data packet is actually after WINDOW_UPDATE[1] packet.
But I just let them running without debug.It was running like the pic.The first data packet was sent before the WINDOW_UPDATE[1] packet.And it wasn't recognized to be HTTP2 protocol packet by Wireshark.
It's so wired!!Please help me!Thx!!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use the method request in hyper.http20.connection,it's finally leading to the block of method named endheaders.
When I was debugging the program, the order of packets is like the pic.Data packet is actually after WINDOW_UPDATE[1] packet.
But I just let them running without debug.It was running like the pic.The first data packet was sent before the WINDOW_UPDATE[1] packet.And it wasn't recognized to be HTTP2 protocol packet by Wireshark.
It's so wired!!Please help me!Thx!!
The text was updated successfully, but these errors were encountered: