- From: James M Snell <jasnell@gmail.com>
- Date: Mon, 12 Aug 2013 16:11:05 -0700
- To: "ietf-http-wg@w3.org" <ietf-http-wg@w3.org>
https://github.com/http2/http2-spec/issues/229 Because sequences of header continuations are required to be contiguous without any interleaving or multiplexing or whatnot... it really does not make sense to limit CONTINUATION frames carrying HTTP headers to 16383 octets, as that needlessly just increases the encoding overhead for continuations. If the END_HEADERS flag is not set, we ought to allow frame sizes up to the maximum allowed (65,535) to eliminate this additional overhead. - James
Received on Monday, 12 August 2013 23:11:55 UTC