Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http2: Hyper client stuck requests #3197

Closed
ylow opened this issue Apr 6, 2023 · 1 comment
Closed

Http2: Hyper client stuck requests #3197

ylow opened this issue Apr 6, 2023 · 1 comment
Labels
C-bug Category: bug. Something is wrong. This is bad!

Comments

@ylow
Copy link

ylow commented Apr 6, 2023

We are encountering stuck requests in hyper client even with hyper 0.14.25 which should include the fix for #2419 . I managed to reproduce our issue with a fork of the repro in #2419. My repro is here https://github.com/ylow/h2-repro

The main modification is that we issue a much larger number of requests (8K), but buffered with a futures stream so that a limited number of requests are pushed concurrently (100). It generally hangs hard after 4K+ requests.

Am I missing something or doing something wrong? Anything I can help to debug?

Thanks!

@ylow ylow added the C-bug Category: bug. Something is wrong. This is bad! label Apr 6, 2023
@ylow
Copy link
Author

ylow commented Apr 6, 2023

No there is a bug in my repro. Not the right repro. We are encountering a hang still with 0.14.25, but struggling to effectively repro it. Closing this for now.

@ylow ylow closed this as completed Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug. Something is wrong. This is bad!
Projects
None yet
Development

No branches or pull requests

1 participant