]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quid: QUIC draft-28 no more supported
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 8 Jun 2022 13:23:46 +0000 (15:23 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 16 Jun 2022 12:56:24 +0000 (14:56 +0200)
Remove this useless definition.

include/haproxy/xprt_quic-t.h

index 016703b3a0be27d0fb265150a555765739135691..4f016df9f88377ddcc334e3dafc7242e6177a351 100644 (file)
@@ -45,7 +45,6 @@
 
 typedef unsigned long long ull;
 
-#define QUIC_PROTOCOL_VERSION_DRAFT_28   0xff00001c /* draft-28 */
 #define QUIC_PROTOCOL_VERSION_DRAFT_29   0xff00001d /* draft-29 */
 #define QUIC_PROTOCOL_VERSION_1          0x00000001 /* V1 */
 #define QUIC_PROTOCOL_VERSION_2_DRAFT    0x709a50c4 /* V2 draft */