diff --git a/lib/boringssl b/lib/boringssl index f0518d4..5511fa8 160000 --- a/lib/boringssl +++ b/lib/boringssl @@ -1 +1 @@ -Subproject commit f0518d45119dd4dd322a884669daf8247bc3c992 +Subproject commit 5511fa833c96c8caa9b51c13367f057c74d850eb diff --git a/lib/naxsi b/lib/naxsi index b6fbfa3..bd4ded9 160000 --- a/lib/naxsi +++ b/lib/naxsi @@ -1 +1 @@ -Subproject commit b6fbfa395b2e7e598ef8d28dc4b217be04e109bc +Subproject commit bd4ded9a3fdc43d322f98fe9abafbf2fdd4864a6 diff --git a/lib/pcre b/lib/pcre index 4686eb0..14c1327 160000 --- a/lib/pcre +++ b/lib/pcre @@ -1 +1 @@ -Subproject commit 4686eb098af4507e04fa9e06d485d7ccbc23fdeb +Subproject commit 14c1327e28c6ac2b62ac0c03a748528c599d1c47 diff --git a/src/http/v3/ngx_http_v3_request.c b/src/http/v3/ngx_http_v3_request.c index 1480224..7921d8d 100644 --- a/src/http/v3/ngx_http_v3_request.c +++ b/src/http/v3/ngx_http_v3_request.c @@ -81,6 +81,7 @@ ngx_http_v3_init(ngx_connection_t *c) if (phc->ssl_servername) { hc->ssl_servername = phc->ssl_servername; + hc->ssl_servername_regex = phc->ssl_servername_regex; hc->conf_ctx = phc->conf_ctx; ngx_set_connection_log(c, clcf->error_log);