-
-
Notifications
You must be signed in to change notification settings - Fork 935
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 support rarely breaks #1164
Comments
Thanks for reporting, I'll look at this ASAP. |
I'll test that. |
It is easily fixable by putting the if (this.freeSessions[normalizedOptions]) {
// closeSessionIfCovered(...)
} I'll fix this tomorrow. -- |
You made a typo in your code: cocurrency -> concurrency |
Your bug led me into another bugs in the |
Good news: I can reproduce the |
Fixed in the |
What |
Yes, The SSL error I think. I notice the comment in https://github.com/nodejs/node/blob/v13.8.0/lib/events.js#L182 |
Describe the bug
Actual behavior
Get TypeError
Expected behavior
Get a
HTTPError
orRequestError
Code to reproduce
I can get Error back when http2 options is false.
I also get a error when I enable http2 in production. But I cannot reproduce it with a few lines of code now.
It is when I request multi-sites at the same times and many of them will rise
HTTPError
, then it will rise an uncaughtExceptionTemporary set http2 option to false fix it.
Checklist
The text was updated successfully, but these errors were encountered: