diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-10-26 17:43:10 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-10-26 17:43:10 +0300 |
commit | 01d27365c6b0abbced06c2669072e6568a4e1cb6 (patch) | |
tree | c0950a670b1274858bf33e2649b3fef48c7bf6dc /src/http/modules/ngx_http_uwsgi_module.c | |
parent | 2f754d5dcfe5a7921a86cb3e24e89696437b4555 (diff) | |
download | nginx-01d27365c6b0abbced06c2669072e6568a4e1cb6.tar.gz nginx-01d27365c6b0abbced06c2669072e6568a4e1cb6.zip |
QUIC: speeding up processing 0-RTT.
After fe919fd63b0b, processing QUIC streams was postponed until after handshake
completion, which means that 0-RTT is effectively off. With ssl_ocsp enabled,
it could be further delayed. This differs from how OCSP validation works with
SSL_read_early_data(). With this change, processing QUIC streams is unlocked
when obtaining 0-RTT secret.
Diffstat (limited to 'src/http/modules/ngx_http_uwsgi_module.c')
0 files changed, 0 insertions, 0 deletions