node/lib/internal/http2
Santiago Gimeno 5374e15d24
http2: improve session close/destroy procedures
Don't destroy the socket when closing the session but let it end
gracefully.
Also, when destroying the session, on Windows, we would get ECONNRESET
errors, make sure we take those into account in our tests.

PR-URL: https://github.com/nodejs/node/pull/45115
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2022-10-26 09:16:00 +00:00
..
compat.js http2: make early hints generic 2022-10-06 17:03:47 +00:00
core.js http2: improve session close/destroy procedures 2022-10-26 09:16:00 +00:00
util.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00