Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup
  • Loading branch information
ronag committed Apr 14, 2020
commit 41af730231a0c7641d930cb29664c1acf9c31745
2 changes: 0 additions & 2 deletions lib/_http_agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ function Agent(options) {
setRequestSocket(this, req, socket);
if (requests.length === 0) {
delete this.requests[name];
}
delete this.requests[name];
}
return;
}
Expand Down