Re: Frame Length Restrictions

On 21 April 2014 17:01, Jeff Pinner <jpinner@twitter.com> wrote:
> My assumption here, is similar to BREACH, user input can be reflected in
> HTTP response bodies, which the upstream servers naively split into 16K data
> frames using whatever HTTP/2 library they have chosen.

Presumably you could take those 16K frames and split them into 16K-9
frames before adding padding.  You could even ask the upstream servers
not to produce 16K frames.  You could even ask the upstream servers to
pad properly.

Received on Tuesday, 22 April 2014 00:11:12 UTC