mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02:00
MINOR: quic: Add QUIC_FT_RETIRE_CONNECTION_ID parsing case
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.
This commit is contained in:
parent
2d9794b03a
commit
2cca241780
@ -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:
|
case QUIC_FT_STREAMS_BLOCKED_UNI:
|
||||||
break;
|
break;
|
||||||
case QUIC_FT_NEW_CONNECTION_ID:
|
case QUIC_FT_NEW_CONNECTION_ID:
|
||||||
|
case QUIC_FT_RETIRE_CONNECTION_ID:
|
||||||
|
/* XXX TO DO XXX */
|
||||||
break;
|
break;
|
||||||
case QUIC_FT_CONNECTION_CLOSE:
|
case QUIC_FT_CONNECTION_CLOSE:
|
||||||
case QUIC_FT_CONNECTION_CLOSE_APP:
|
case QUIC_FT_CONNECTION_CLOSE_APP:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user