mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
use bouncy to proxy requests
- simplifies our codebase a lot! - queued requests are currently broken
This commit is contained in:
@@ -24,7 +24,7 @@ test('setup local http server', function(done) {
|
||||
setTimeout(function() {
|
||||
res.setHeader('x-count', req.headers['x-count']);
|
||||
res.end('foo');
|
||||
}, 100);
|
||||
}, 500);
|
||||
});
|
||||
|
||||
server.listen(function() {
|
||||
|
||||
Reference in New Issue
Block a user