diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-09-29 15:06:28 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-09-29 15:06:28 +0300 |
commit | 3c31d3f42129689c5d8837d94fad0e44db9129a8 (patch) | |
tree | aab60c31d4bb1b3072ace5831dd0cdde12cd71e5 /src/http/ngx_http_request.h | |
parent | dab6035d68f3dd3f212393635c193c7aefea0d65 (diff) | |
download | nginx-3c31d3f42129689c5d8837d94fad0e44db9129a8.tar.gz nginx-3c31d3f42129689c5d8837d94fad0e44db9129a8.zip |
Stream: fixed segfault when using SSL certificates with variables.
Similar to the previous change, a segmentation fault occurres when evaluating
SSL certificates on a QUIC connection due to an uninitialized stream session.
The fix is to adjust initializing the QUIC part of a connection until after
it has session and variables initialized.
Similarly, this appends logging error context for QUIC connections:
- client 127.0.0.1:54749 connected to 127.0.0.1:8880 while handling frames
- quic client timed out (60: Operation timed out) while handling quic input
Diffstat (limited to 'src/http/ngx_http_request.h')
0 files changed, 0 insertions, 0 deletions