Skip to content

Commit e8e3482

Browse files
deps: update ngtcp2 to 1.1.0
1 parent 3a29d0e commit e8e3482

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

deps/ngtcp2/ngtcp2/lib/ngtcp2_conn.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6039,12 +6039,6 @@ static int conn_verify_fixed_bit(ngtcp2_conn *conn, ngtcp2_pkt_hd *hd) {
60396039
return NGTCP2_ERR_INVALID_ARGUMENT;
60406040
}
60416041

6042-
/* TODO we have no information that we enabled grease_quic_bit in
6043-
the previous connection. */
6044-
if (!conn->local.transport_params.grease_quic_bit) {
6045-
return NGTCP2_ERR_INVALID_ARGUMENT;
6046-
}
6047-
60486042
return 0;
60496043
}
60506044

0 commit comments

Comments
 (0)