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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: