Files
node/lib
Nathan Rajlich f3189ace6b http: remove the circular dependency
Between `ClientRequest` and `Agent`. The circular require was doing
weird things at load time, like making the `globalAgent` property
be `undefined` from within the context of the "_http_client"
module.

Removing the circular dependency completely fixes this.

This commit effectively removes the undocumented `Agent#request()`
and `Agent#get()` functions.
2014-02-26 13:19:36 -08:00
..
2013-12-21 01:01:17 +04:00
2014-02-09 13:38:23 +04:00
2014-02-26 10:36:58 -08:00
2013-03-28 13:19:08 -07:00
2014-02-17 16:21:38 -08:00
2013-12-10 22:56:01 +04:00
2013-08-01 15:08:01 -07:00
2013-08-28 22:27:24 -07:00
2014-02-04 01:41:02 +04:00