]> git.kaiwu.me - nginx.git/commit
Close connection with PROTOCOL_VIOLATION on decryption failure.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 23 Jun 2020 08:57:00 +0000 (11:57 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 23 Jun 2020 08:57:00 +0000 (11:57 +0300)
commitd7baead1e82f13d26a90894dfbd0f665c45bfd46
tree2d1d231cac5dcd8bd2504b85ce4c2eb119559920
parent82519e1af283a3bd392cbd27419afef0de4180bd
Close connection with PROTOCOL_VIOLATION on decryption failure.

A previously used undefined error code is now replaced with the generic one.

Note that quic-transport prescribes keeping connection intact, discarding such
QUIC packets individually, in the sense that coalesced packets could be there.
This is selectively handled in the next change.
src/event/ngx_event_quic_protection.c