]> git.kaiwu.me - nginx.git/commit
QUIC: unbreak client certificate verification after 0d2b2664b41c.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 23 Sep 2020 12:13:04 +0000 (13:13 +0100)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 23 Sep 2020 12:13:04 +0000 (13:13 +0100)
commit0824d61fc9d28898e7d771825eca2880bc08df8b
tree4b0d7296c89df91a34abc99cbb57d0ccb1a4ccea
parent766fc16f55301bc37bf5403c9ef48661234b0108
QUIC: unbreak client certificate verification after 0d2b2664b41c.

Initially, client certificate verification didn't work due to the missing
hc->ssl on a QUIC stream, which is started to be set in 7738:7f0981be07c4.
Then it was lost in 7999:0d2b2664b41c introducing "quic" listen parameter.

This change re-adds hc->ssl back for all QUIC connections, similar to SSL.
src/http/ngx_http_request.c