We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb92f4 commit 0666429Copy full SHA for 0666429
lib/internal/quic/core.js
@@ -1858,7 +1858,6 @@ class QuicSession extends EventEmitter {
1858
1859
if (!this[kHandshakePost]()) {
1860
if (typeof state.handshakeCompletePromiseReject === 'function') {
1861
- // TODO(@jasnell): Proper error
1862
state.handshakeCompletePromiseReject(
1863
new ERR_OPERATION_FAILED('Handshake failed'));
1864
}
@@ -2005,7 +2004,6 @@ class QuicSession extends EventEmitter {
2005
2004
state.closePromiseResolve();
2006
2007
2008
2009
2010
2011
0 commit comments