A little confusion regarding the 'sessionError' on http2 servers.
I'm getting a lot of sessionErrors with ECONNRESET. 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 than error?
Or is there something else that could cause such an error?
Is this a potential bug?
A little confusion regarding the 'sessionError' on http2 servers.
I'm getting a lot of
sessionErrors withECONNRESET. This feels more like clients killing their connections, i.e.abortedrather than an server/session error?I believe currently we are handling most cases where a incoming connection is unexpectedly closed we emit
abortedevents rather thanerror?Or is there something else that could cause such an error?
Is this a potential bug?