diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-04-11 15:37:14 -0700 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-04-17 00:08:28 +0200 |
commit | dc9f97b7b99f27eaf21faf29c7df8c9d823ef863 (patch) | |
tree | 8e44a1187e9fe9731f944e538e9bceeb02ed58ed /node.gyp | |
parent | bb56489f21da9d668c279edb45d6a90d03517a30 (diff) | |
download | node-new-dc9f97b7b99f27eaf21faf29c7df8c9d823ef863.tar.gz |
http: move OutgoingMessage into it's own file
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |