-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Node crashes when writing data on HTTP2 stream that meanwhile terminates #24037
Comments
Also #19002 seems to be related. |
Question remaining: can we backport to 8.12 or don't we because it is experimental in 8.12? |
Quite a few http2 commits have been backported for the proposed 8.13.0: #23974 |
I believe #19002 was included in v8.11.2 via c976cb5be5 as part of #20456. |
That is unfortunate, as it has npm 5.6: we need at least 8.12 (because npm 5.7 with |
Not sure I follow you, 8.12 should contain all of the commits in 8.11.2 (unless something was reverted, but I don't believe that was the case). |
I’m having these issues with 8.12, so no, this is not fixed in 8.12.
8.11.2 could be released later than 8.12, right? Theoretically. As .2 is a
patch.
Other explanation is that the linked fix/fixes do not solve this issue.
|
We could do an 8.11.2 by the rules of semver... but we don't do that. Since 8.12 has no incompatible changes from 8.11.2, we would ask anyone having a problem with 8.11.x to upgrade to 8.12.x (or later). |
@nodejs/http2 |
I’m closing this as v8.x is no longer supported … sorry if that wasn’t the outcome everyone was hoping for, but there aren’t going to be any more v8.x releases at this point. |
When performing something along the lines of:
and the NGINX server becomes unavailable (shutsdown, GOAWAY, sessions close) sometimes we get the following error:
Expected behavior:
Native error is caught and converted in something NodeJS can handle instead of crashing the whole process.
The text was updated successfully, but these errors were encountered: