http: use `self.keepAlive` instead of `self.options.keepAlive`
authorDamian Schenkelman <damian.schenkelman@gmail.com>
Wed, 23 Dec 2015 23:52:01 +0000 (20:52 -0300)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:33 +0000 (11:52 -0800)
commit41fcda840c3bf66cd5b90d30fe61a188acdd4cd9
tree79061508b202fc32fdcf716b61c658ce75d5fa04
parentc77fc71f9b19f6ba43298a46663669b41726a563
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: https://github.com/nodejs/node/pull/4407
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
lib/_http_agent.js