]> git.kaiwu.me - nginx.git/commit
HTTP/3: fixed server_name regex captures (ticket #2407).
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 22 Nov 2022 10:10:04 +0000 (14:10 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 22 Nov 2022 10:10:04 +0000 (14:10 +0400)
commit36d80a52693904d829d9a4e27361bcd29e41d48d
treee6603a2bd3801cdec16fc4062afb0bdf4409f721
parent0da752661530c145b3c5d1a739115b1968219732
HTTP/3: fixed server_name regex captures (ticket #2407).

Previously, HTTP/3 stream connection didn't inherit the servername regex
from the main QUIC connection saved when processing SNI and using regular
expressions in server names.  As a result, it didn't execute to set regex
captures when choosing the virtual server while parsing HTTP/3 headers.
src/http/v3/ngx_http_v3_request.c