jetty.project/jetty-http2/http2-hpack/src
Greg Wilkins 4d09806d4e
Issue #2571 HPACK table overflow (#2589)
When an entry that is too large for the dynamic table is added, the entire table should be evicted as per the RFC.  Previously we were throwing a 431 Bad Message.   This will require that the OP should retest #1134.

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-05-30 09:22:00 +02:00
..
main Issue #2571 HPACK table overflow (#2589) 2018-05-30 09:22:00 +02:00
test Issue #2571 HPACK table overflow (#2589) 2018-05-30 09:22:00 +02:00