mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-05 00:59:16 -04:00
MINOR: quic: Support draft-29 QUIC version
This is only to support quic-tracker test suite.
This commit is contained in:
parent
ea78ee1adb
commit
56d3e1b0bd
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@
|
|||
/* list of supported QUIC versions by this implementation */
|
||||
static int quic_supported_version[] = {
|
||||
0x00000001,
|
||||
0xff00001d, /* draft-29 */
|
||||
|
||||
/* placeholder, do not add entry after this */
|
||||
0x0
|
||||
|
|
|
|||
Loading…
Reference in a new issue