5 Commits

Author SHA1 Message Date
Nick Muerdter
a29b5e8e28 Correct keep-alive responses to HTTP 1.0 clients.
Since the proxy requests comes from NodeJS's HTTP 1.1 request client, a
backend server may default to setting Connection: keep-alive in its
response. However, the real HTTP 1.0 client may not be able to
handle that.

Force HTTP 1.0 client's to Connection: close, unless the client
explicitly supports keep-alive.
2013-04-18 16:33:10 -06:00
pdoran
89d43c20dd Added timeout option and test to test new timeout parameter, added requestFail assertion. 2013-03-09 03:04:29 -05:00
Gilad Oren
ecb547223f Add tests for headers bug fixes 2013-03-09 01:05:27 -05:00
indexzero
828dbebcaa [refactor test] Add support for http*-to-http* testing from CLI arguments 2012-07-22 01:03:41 -04:00
indexzero
4ae7a5b840 [refactor] Rewrite tests to use saner vows idioms. Update tests to use latest socket.io 2012-07-21 19:29:23 -04:00