diff src/event/ngx_event_quic.c @ 7919:c70446e3d771 quic

Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 05 Jun 2020 13:20:02 +0300
parents 90b02ff6b003
children d437ee1ce81e
line wrap: on
line diff
--- a/src/event/ngx_event_quic.c
+++ b/src/event/ngx_event_quic.c
@@ -1948,7 +1948,6 @@ ngx_quic_payload_handler(ngx_connection_
 
         case NGX_QUIC_FT_NEW_CONNECTION_ID:
         case NGX_QUIC_FT_RETIRE_CONNECTION_ID:
-        case NGX_QUIC_FT_NEW_TOKEN:
         case NGX_QUIC_FT_RESET_STREAM:
         case NGX_QUIC_FT_STOP_SENDING:
         case NGX_QUIC_FT_PATH_CHALLENGE: