- Version: 8.4-8.7
- Subsystem: http2
When throwing an exception in a callback handler (e.g. in response), http2 silently does nothing, except it emits streamClosed with an errorCode of NGHTTP2_NO_ERROR.
Expected behaviour; if I throw at http2, log to stderr, then kill the process
When throwing an exception in a callback handler (e.g. in
response),http2silently does nothing, except it emitsstreamClosedwith anerrorCodeofNGHTTP2_NO_ERROR.Expected behaviour; if I throw at
http2, log to stderr, then kill the process