http2: need a way to deal with aborted connections #21836
Closed
Description
- Platform: various
- Subsystem: http2
The test issues in #21561 highlighted that we have an issue in HTTP/2 with dealing with aborted connections. At this point, it’s not obvious how to do so in a cross-platform manner without triggering uncaught exceptions.
This part of the test should not be necessary:
node/test/parallel/test-http2-respond-with-file-connection-abort.js
Lines 32 to 37 in d94950e
/cc @nodejs/http2 @apapirovski
Activity