nginx/src
Sergey Kandaurov d7baead1e8 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.
2020-06-23 11:57:00 +03:00
..
core Do not close QUIC sockets in ngx_close_listening_sockets(). 2020-06-23 11:57:00 +03:00
event Close connection with PROTOCOL_VIOLATION on decryption failure. 2020-06-23 11:57:00 +03:00
http Do not close QUIC sockets in ngx_close_listening_sockets(). 2020-06-23 11:57:00 +03:00
mail SSL: fixed ssl_verify_client error message. 2019-09-16 19:26:42 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Win32: silenced -Wcast-function-type GCC warning (ticket #1865). 2019-10-21 19:07:03 +03:00
stream Limit conn: added shared context. 2019-11-18 19:50:59 +03:00