The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-http-client-timeout-with-data.js @ 6f043940

History | View | Annotate | Download (2.06 KB)

# Date Author Comment
879efb33 01/07/2013 10:04 AM Ben Noordhuis

test: fix simple/test-http-client-timeout-with-data

The test was failing in debug mode because the timeouts were set too
low. Fix that by increasing the timeouts. Admittedly not a great fix.
If this test keeps playing up, it's probably best to remove it....

ca642b02 05/20/2012 06:31 PM Ben Noordhuis

test: add http 'data after timeout' test

See #3234. TDB if this is or is not the desired behavior.