Re: How to adjust HPACK dynamic table?

2020-12-19 Thread Jon Carmicheal
question. On Thu, Dec 17, 2020 at 05:01:54AM +0000, Jon Carmicheal wrote: > I would like to disable the caching of headers in the dynamic > table of the HTTP/2 HPACK compression algorithm described in RFC > 7541. I have defined my nginx server with > > listen 8080 > > http2 >

How to adjust HPACK dynamic table?

2020-12-16 Thread Jon Carmicheal
I would like to disable the caching of headers in the dynamic table of the HTTP/2 HPACK compression algorithm described in RFC 7541. I have defined my nginx server with listen 8080 http2 ; and I've confirmed that the HPACK algorithm is working as expected with Huffman encoding, static header