From e8e348281e5f90650e195409e1d31ccc775b96bc Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sun, 10 Dec 2023 00:26:43 +0000 Subject: [PATCH] deps: update ngtcp2 to 1.1.0 --- deps/ngtcp2/ngtcp2/lib/ngtcp2_conn.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deps/ngtcp2/ngtcp2/lib/ngtcp2_conn.c b/deps/ngtcp2/ngtcp2/lib/ngtcp2_conn.c index 4967f26ea46818..f40ab5626109e9 100644 --- a/deps/ngtcp2/ngtcp2/lib/ngtcp2_conn.c +++ b/deps/ngtcp2/ngtcp2/lib/ngtcp2_conn.c @@ -6039,12 +6039,6 @@ static int conn_verify_fixed_bit(ngtcp2_conn *conn, ngtcp2_pkt_hd *hd) { return NGTCP2_ERR_INVALID_ARGUMENT; } - /* TODO we have no information that we enabled grease_quic_bit in - the previous connection. */ - if (!conn->local.transport_params.grease_quic_bit) { - return NGTCP2_ERR_INVALID_ARGUMENT; - } - return 0; }