diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-01-24 11:21:45 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-01-24 11:21:45 -0800 |
commit | 42ee16978e81a0f1fba0768e163b5e9584178fa3 (patch) | |
tree | c66adcef4b5e46eb80e57f729af42b466508d3fc /wscript | |
parent | 6f738d6e7a90f5c7659074340baaeb098c9e40f7 (diff) | |
download | nodejs-42ee16978e81a0f1fba0768e163b5e9584178fa3.tar.gz nodejs-42ee16978e81a0f1fba0768e163b5e9584178fa3.tar.bz2 nodejs-42ee16978e81a0f1fba0768e163b5e9584178fa3.zip |
Implement new http-parser binding using Buffer
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -346,6 +346,7 @@ def build(bld): src/node.cc src/node_buffer.cc src/node_net2.cc + src/node_http_parser.cc src/node_io_watcher.cc src/node_child_process.cc src/node_constants.cc |