diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2022-11-22 18:05:35 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-11-22 18:05:35 +0400 |
commit | 499dbd28be42c75f90919881ce0df1dce85ad9f1 (patch) | |
tree | 619419058188ba0483638ea9e3bce64e23176e01 /src/http/v3/ngx_http_v3_request.c | |
parent | 44a901c9e0776ce3d152c78149d13e9222a3776f (diff) | |
download | nginx-499dbd28be42c75f90919881ce0df1dce85ad9f1.tar.gz nginx-499dbd28be42c75f90919881ce0df1dce85ad9f1.zip |
QUIC: avoid using C99 designated initializers.
They are not supported by MSVC till 2012.
SSL_QUIC_METHOD initialization is moved to run-time to preserve portability
among SSL library implementations, which allows to reduce its visibility.
Note using of a static storage to keep SSL_set_quic_method() reference valid.
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions