http2-spec
http2-spec copied to clipboard
Question about goaway frame
It is not clear from the RFC (https://www.rfc-editor.org/rfc/rfc9113.html#name-goaway) what exactly is the last stream ID that the client should send during NO_ERROR shutdown. If SERVER_PUSH is disabled, then the server has not initiated any streams. Based on this, it seems that the stream ID should be 0. In practice, implementations sometimes send use lasts tream ID from server goaway + 1, which is strange
Also i would like to add my HPACK implementation to your wiki list, how to do it?