-
Notifications
You must be signed in to change notification settings - Fork 30k
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 throws ERR_HTTP2_INVALID_STREAM with minor amount of concurrency #22135
Comments
Can you reproduce the issue without |
Ah right, good point. After giving it a few minutes, the koa-free alternative below doesn't seem affected. I'll close this and open a ticket there.
Edit: compatibility API version:
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v10.8.0
Linux 86f664ae731c 4.9.93-linuxkit-aufs #1 SMP Wed Jun 6 16:55:56 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
(ubuntu:18.04
Docker image)http2
After a small handful of concurrent requests, http2 fails with the following error:
Test case:
When the error occurs, you can manually kill the command with ctrl+C and
wc -l count
to view how many requests were initiated before the failure. For me it's been anywhere between 10 and 70.This doesn't seem to be reproducible when using either
https
orspdy
instead ofhttp2
.The text was updated successfully, but these errors were encountered: