diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-06-05 13:20:02 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-06-05 13:20:02 +0300 |
| commit | d047ecee95da4d80508f7b47f21bc46f2060f88c (patch) | |
| tree | 3f6501e64546d3a3320655451c9b3e3f2505c558 /src/event/ngx_event_quic.c | |
| parent | c0003539ac767ec9d16e54d26b5296a6669d0089 (diff) | |
| download | nginx-d047ecee95da4d80508f7b47f21bc46f2060f88c.tar.gz nginx-d047ecee95da4d80508f7b47f21bc46f2060f88c.tar.bz2 | |
Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION.
Diffstat (limited to 'src/event/ngx_event_quic.c')
| -rw-r--r-- | src/event/ngx_event_quic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/ngx_event_quic.c b/src/event/ngx_event_quic.c index 2b226a3eb..376d1756b 100644 --- a/src/event/ngx_event_quic.c +++ b/src/event/ngx_event_quic.c @@ -1948,7 +1948,6 @@ ngx_quic_payload_handler(ngx_connection_t *c, ngx_quic_header_t *pkt) 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: |
