Files
golang.net/http2
Eli Lindsey 0e478a2a5f http2: add SETTINGS_HEADER_TABLE_SIZE support
Add support for handling of SETTINGS_HEADER_TABLESIZE in SETTINGS
frames.

Add http2.Transport.MaxDecoderHeaderTableSize to set the advertised
table size for new client connections. Add
http2.Transport.MaxEncoderHeaderTableSize to cap the accepted size for
new client connections.

Add http2.Server.MaxDecoderHeaderTableSize and MaxEncoderHeaderTableSize
to do the same on the server.

Fixes golang/go#29356
Fixes golang/go#56054

Change-Id: I16ae0f84b8527dc1e09dfce081e9f408fd514513
Reviewed-on: https://go-review.googlesource.com/c/net/+/435899
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Joedian Reid <joedian@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Damien Neil <dneil@google.com>
2022-11-15 00:40:55 +00:00
..
2021-07-26 21:34:35 +00:00
2022-08-02 22:28:14 +00:00
2018-01-24 06:09:56 +00:00
2015-10-14 04:32:53 +00:00
2022-08-02 22:28:14 +00:00
2021-02-20 03:31:24 +00:00
2015-10-14 04:32:53 +00:00
2022-08-02 22:28:14 +00:00
2021-02-20 03:31:24 +00:00
2021-10-04 16:44:53 +00:00