mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 11:08:52 +08:00
nghttpx: Add frontend-header-timeout option
Add frontend-header-timeout option. frontend-read-timeout is deprecated and has no effect. Use frontend-header-timeout as a replacement. This also fixes the bug that HTTP/3 header timeout is not set per stream.
This commit is contained in:
@@ -201,6 +201,7 @@ OPTIONS = [
|
||||
"require-http-scheme",
|
||||
"tls-ktls",
|
||||
"alpn-list",
|
||||
"frontend-header-timeout",
|
||||
]
|
||||
|
||||
LOGVARS = [
|
||||
|
||||
Reference in New Issue
Block a user