mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 11:08:52 +08:00
nghttpx: Add option to specify HPACK encoder/decoder dynamic table size
This commit is contained in:
@@ -142,6 +142,10 @@ OPTIONS = [
|
||||
"frontend-http2-connection-window-size",
|
||||
"backend-http2-window-size",
|
||||
"backend-http2-connection-window-size",
|
||||
"frontend-http2-encoder-dynamic-table-size",
|
||||
"frontend-http2-decoder-dynamic-table-size",
|
||||
"backend-http2-encoder-dynamic-table-size",
|
||||
"backend-http2-decoder-dynamic-table-size",
|
||||
]
|
||||
|
||||
LOGVARS = [
|
||||
|
||||
Reference in New Issue
Block a user