Added testcases for keep-alive handling
authorLászló Vaskó <vlacko@gmail.com>
Sat, 1 Dec 2012 23:21:08 +0000 (00:21 +0100)
committerLászló Vaskó <vlacko@gmail.com>
Sun, 2 Dec 2012 00:06:52 +0000 (01:06 +0100)
commite8d20926d380a02bba4b03530eae6fbf54374b21
tree8d103c6ff153d71488972022c92d84bfbe510dac
parent23e6f533b0a1295c06ed9f2ba31285e1923a98b3
Added testcases for keep-alive handling

* Added a dummy_server module to check connection count
* Added testcases for proxy and direct connections
tests/dummy_server.py [new file with mode: 0644]
tests/test_keep_alive.py [new file with mode: 0644]