refactor to use http-raw for lt server incoming

- http raw exposes a socket to the req/res pair
- cleanup client to be more resilient
- add test for queued requests
This commit is contained in:
Roman Shtylman
2012-12-17 14:23:12 -05:00
parent 741db27084
commit 79ca069c38
6 changed files with 354 additions and 323 deletions

View File

@@ -10,7 +10,8 @@
"dependencies": {
"request": "2.11.4",
"book": "1.2.0",
"optimist": "0.3.4"
"optimist": "0.3.4",
"http-raw": "1.1.0"
},
"devDependencies": {
"mocha": "1.6.0"