diff options
Diffstat (limited to '')
-rw-r--r-- | modules/http2/h2_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/http2/h2_config.c b/modules/http2/h2_config.c index e87b1c82a4..22653d45d5 100644 --- a/modules/http2/h2_config.c +++ b/modules/http2/h2_config.c @@ -377,6 +377,7 @@ static void h2_srv_config_seti(h2_config *conf, h2_config_var_t var, int val) break; case H2_CONF_PROXY_REQUESTS: H2_CONFIG_SET(conf, proxy_requests, val); + break; case H2_CONF_WEBSOCKETS: H2_CONFIG_SET(conf, h2_websockets, val); break; |