summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-04-11 15:15:41 -0700
committerBen Noordhuis <info@bnoordhuis.nl>2013-04-17 00:08:28 +0200
commitbb56489f21da9d668c279edb45d6a90d03517a30 (patch)
tree75ba40840ef03fb020179a62c7f3df5bf394c4ea /node.gyp
parent5909a9c9bddddaab91693d18a8840d8b300bbc28 (diff)
downloadnodejs-bb56489f21da9d668c279edb45d6a90d03517a30.tar.gz
nodejs-bb56489f21da9d668c279edb45d6a90d03517a30.tar.bz2
nodejs-bb56489f21da9d668c279edb45d6a90d03517a30.zip
http: move parsers into _http_common.js
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index fc2a4c991..36c05cfe1 100644
--- a/node.gyp
+++ b/node.gyp
@@ -35,6 +35,7 @@
'lib/fs.js',
'lib/http.js',
'lib/_http_agent.js',
+ 'lib/_http_common.js',
'lib/_http_incoming.js',
'lib/https.js',
'lib/module.js',