Created by: weaver
Hi,
The _getAgent()
method is currently passing an options object to getAgent
, but the signature of that function is function (host, port)
. This causes some strange behavior for me. This small patch fixes the problem. Tested against Node 0.4.4 and 0.4.7.
Thanks!