We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c535131 commit bcde849Copy full SHA for bcde849
lib/internal/quic/core.js
@@ -267,7 +267,7 @@ function onSocketClose(err) {
267
// Called by the C++ internals when the server busy state of
268
// the QuicSocket has been changed.
269
function onSocketServerBusy(on) {
270
- this[owner_symbol][kServerBusy](!!on);
+ this[owner_symbol][kServerBusy](on);
271
}
272
273
// Called by the C++ internals when a new server QuicSession has been created.
0 commit comments