node-http2 icon indicating copy to clipboard operation
node-http2 copied to clipboard

Receive GOAWAY

Open fmoraes74 opened this issue 9 years ago • 1 comments

In testing some server implementation, I was forcing a connection with a bad security cipher which the server rejects with GOAWAY INADEQUATE SECURITY but I don't see a way to find that out in node-http2. Is it possible?

fmoraes74 avatar Mar 30 '16 21:03 fmoraes74

There is currently no way in the http/2 client code to notice GOAWAY/INADEQUATE_SECURITY (at least, no easy way). This would be a decent enhancement/feature, but not a high-priority one.

nwgh avatar Apr 21 '16 22:04 nwgh