]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: Add QUIC_FT_RETIRE_CONNECTION_ID parsing case
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 21 Jan 2022 12:55:03 +0000 (13:55 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 21 Jan 2022 16:38:11 +0000 (17:38 +0100)
At this time, we do not do anything. This is only to prevent a packet
from being parsed and to pass some test irrespective of the CIDs management.

src/xprt_quic.c

index 13fc2a15f9a40c86bcb7b53418f125fa6c330381..415f6993bbf7bec3c6164badbaba58e231bf9035 100644 (file)
@@ -2444,6 +2444,8 @@ static int qc_parse_pkt_frms(struct quic_rx_packet *pkt, struct ssl_sock_ctx *ct
                case QUIC_FT_STREAMS_BLOCKED_UNI:
                        break;
                case QUIC_FT_NEW_CONNECTION_ID:
+               case QUIC_FT_RETIRE_CONNECTION_ID:
+                       /* XXX TO DO XXX */
                        break;
                case QUIC_FT_CONNECTION_CLOSE:
                case QUIC_FT_CONNECTION_CLOSE_APP: