-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
http2: sessionError vs aborted #28267
Labels
http2
Issues or PRs related to the http2 subsystem.
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 |
32 tasks
@rexagod maybe something you'd like to pick up? |
rexagod
added a commit
to rexagod/node
that referenced
this issue
Apr 22, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: