commit | dc9f97b7b99f27eaf21faf29c7df8c9d823ef863 | [log] [tgz] |
---|---|---|
author | Timothy J Fontaine <[email protected]> | Thu Apr 11 22:37:14 2013 |
committer | Ben Noordhuis <[email protected]> | Tue Apr 16 22:08:28 2013 |
tree | 8e44a1187e9fe9731f944e538e9bceeb02ed58ed | |
parent | bb56489f21da9d668c279edb45d6a90d03517a30 [diff] [blame] |
http: move OutgoingMessage into it's own file
diff --git a/node.gyp b/node.gyp index 36c05cf..210dcd8 100644 --- a/node.gyp +++ b/node.gyp
@@ -37,6 +37,7 @@ 'lib/_http_agent.js', 'lib/_http_common.js', 'lib/_http_incoming.js', + 'lib/_http_outgoing.js', 'lib/https.js', 'lib/module.js', 'lib/net.js',