Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

The orders of sending packages in Debug mode and Run mode are different. #438

Open
FrankHuy opened this issue Jan 12, 2021 · 0 comments
Open

Comments

@FrankHuy
Copy link

When I use the method request in hyper.http20.connection,it's finally leading to the block of method named endheaders.
image
When I was debugging the program, the order of packets is like the pic.Data packet is actually after WINDOW_UPDATE[1] packet.
image
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.
image
It's so wired!!Please help me!Thx!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant