mirror of https://github.com/lukechilds/node.git
Browse Source
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.v0.11.12-release
Nathan Rajlich
11 years ago
1 changed files with 0 additions and 42 deletions
Loading…
Reference in new issue