Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http: use
self.keepAlive
instead of self.options.keepAlive
In http.agent, all other options are directly accessed through `self.` not `self.options`. PR-URL: #4407 Reviewed-By: Brian White <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
- Loading branch information