Latest update - 9091

This commit is contained in:
2023-05-16 15:02:36 +09:00
parent 932841389b
commit 433a296723
7 changed files with 11 additions and 36 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ ngx_http_ssl_alpn_select(ngx_ssl_conn_t *ssl_conn, const unsigned char **out,
srv = (unsigned char *) NGX_HTTP_V3_HQ_ALPN_PROTO;
srvlen = sizeof(NGX_HTTP_V3_HQ_ALPN_PROTO) - 1;
} else if (h3scf->enable || hc->addr_conf->http3) {
} else if (h3scf->enable) {
srv = (unsigned char *) NGX_HTTP_V3_ALPN_PROTO;
srvlen = sizeof(NGX_HTTP_V3_ALPN_PROTO) - 1;