Skip to content

Commit

Permalink
deps: update ngtcp2 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot committed Dec 10, 2023
1 parent 3a29d0e commit e8e3482
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deps/ngtcp2/ngtcp2/lib/ngtcp2_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e8e3482

Please sign in to comment.