mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
detect when http client request is finished and close connection
If the request is finished before we need to respond, we set a flag and close the connection. We also close the connection when the request finishes anyway because we really like a new connection for each request. Things play nicer with bouncy that way.
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
"superstack": "0.0.4",
|
||||
"stylish": "0.4.1",
|
||||
"makeover": "0.0.1",
|
||||
"tldjs": "1.3.1"
|
||||
"tldjs": "1.3.1",
|
||||
"finished": "1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "1.18.2",
|
||||
|
||||
Reference in New Issue
Block a user