Skip to content

Commit 6f6009a

Browse files
committed
Release 3.0.0
1 parent 084338b commit 6f6009a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liblsquic/lsquic_enc_sess_ietf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static const struct alpn_map {
7474
{ LSQVER_ID27, (unsigned char *) "\x05h3-27", },
7575
{ LSQVER_ID29, (unsigned char *) "\x05h3-29", },
7676
{ LSQVER_I001, (unsigned char *) "\x02h3", },
77-
{ LSQVER_VERNEG, (unsigned char *) "\x05h3-34", },
77+
{ LSQVER_VERNEG, (unsigned char *) "\x02h3", },
7878
};
7979

8080
struct enc_sess_iquic;

0 commit comments

Comments
 (0)