molnarg/node-http2-protocol

Unknown frame types must be ignored

squirrelfm opened this issue · 1 comments

Implementations MUST ignore frames of unsupported or unrecognized types (draft-09, section 4.1). Now endpoint fails when receives incoming frame with unknown frame type in function readCommonHeader.

See my comment on the pull request! But anyway, thans for bringing this up!