Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http: remove redundant call to socket.setTimeout()
`Socket.prototype.setTimeout()` clears the previous timer before setting a new one. Refs: nodejs#25748 (comment)
- Loading branch information