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

Question about goaway frame

Open kelbon opened this issue 9 months ago • 0 comments

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?

kelbon avatar Mar 28 '25 02:03 kelbon