mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
Merge f43b709dca into 475732a3f9
This commit is contained in:
commit
20c1950e7e
1 changed files with 3 additions and 1 deletions
|
|
@ -1033,7 +1033,9 @@ ngx_quic_handle_payload(ngx_connection_t *c, ngx_quic_header_t *pkt)
|
|||
}
|
||||
}
|
||||
|
||||
if (pkt->level == NGX_QUIC_ENCRYPTION_APPLICATION) {
|
||||
if (pkt->level == NGX_QUIC_ENCRYPTION_APPLICATION
|
||||
&& ngx_quic_keys_available(qc->keys, NGX_QUIC_ENCRYPTION_EARLY_DATA, 0))
|
||||
{
|
||||
/*
|
||||
* RFC 9001, 4.9.3. Discarding 0-RTT Keys
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue