We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25cf34 commit 109a296Copy full SHA for 109a296
src/quic/node_quic_session.cc
@@ -1984,7 +1984,7 @@ bool QuicSession::OpenUnidirectionalStream(int64_t* stream_id) {
1984
return ngtcp2_conn_open_uni_stream(connection(), stream_id, nullptr) == 0;
1985
}
1986
1987
-// When ngtcp2 receives a successfull response to a PATH_CHALLENGE,
+// When ngtcp2 receives a successful response to a PATH_CHALLENGE,
1988
// it will trigger the OnPathValidation callback which will, in turn
1989
// invoke this. There's really nothing to do here but update stats and
1990
// and optionally notify the javascript side if there is a handler registered.
0 commit comments