]> git.kaiwu.me - nginx.git/commit
QUIC: speeding up processing 0-RTT.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 26 Oct 2021 14:43:10 +0000 (17:43 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 26 Oct 2021 14:43:10 +0000 (17:43 +0300)
commit01d27365c6b0abbced06c2669072e6568a4e1cb6
treec0950a670b1274858bf33e2649b3fef48c7bf6dc
parent2f754d5dcfe5a7921a86cb3e24e89696437b4555
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.
src/event/quic/ngx_event_quic_ssl.c