Reading the http/2 compat code it mentions a streamError on the server object.
functiononStreamError(error){// this is purposefully left blank//// errors in compatibility mode are// not forwarded to the request// and response objects. However,// they are forwarded to 'streamError'// on the server by Http2Stream}However, this doesn't seem to be emitted anywhere in the code? Is this something that has been removed from core http/2 and has a leftovers in compat and docs?
Reading the http/2 compat code it mentions a
streamErroron the server object.However, this doesn't seem to be emitted anywhere in the code? Is this something that has been removed from core http/2 and has a leftovers in compat and docs?