-
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: sessionError vs aborted #28267
Comments
@nodejs/http2 |
Friendly ping : @nodejs/http2 |
Likely means these clients don’t gracefully terminate their sessions. Unfortunately lack if conformance with the spec is rather common. |
Is there are reason why we can't/shouldn't normalize that into |
I'm +1 in using |
@rexagod maybe something you'd like to pick up? |
A little confusion regarding the 'sessionError' on http2 servers.
I'm getting a lot of
sessionError
s withECONNRESET
. This feels more like clients killing their connections, i.e.aborted
rather than an server/session error?I believe currently we are handling most cases where a incoming connection is unexpectedly closed we emit
aborted
events rather thanerror
?Or is there something else that could cause such an error?
Is this a potential bug?
The text was updated successfully, but these errors were encountered: