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

GOAWAY deserialization fix

Open thughes opened this issue 7 years ago • 1 comments

Fix GOAWAY deserialization when debug data is present. Additional debug data is allowed to be included in the GOAWAY frame: https://http2.github.io/http2-spec/#GOAWAY. We now put that data into frame.debug_data instead of returning a FRAME_SIZE_ERROR. Fixes #218 and #219.

thughes avatar Mar 07 '17 18:03 thughes

merged https://github.com/kaazing/node-http2/commit/916e122b73310e0df1b215713865c8a0d46787ae

hthetiot avatar Aug 23 '17 18:08 hthetiot