Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed May 10, 2020
1 parent 380bed1 commit 56cae43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ server.listen(0, common.mustCall(() => {
socket.on('timeout', common.mustCall(() => {
// Free socket should be destroyed
assert.strictEqual(socket.writable, false);
// Sending new requests will fail
clearTimeout(timer);
const newReq = http.get({
path: '/',
Expand Down

0 comments on commit 56cae43

Please sign in to comment.