summaryrefslogtreecommitdiff
path: root/tests/data/test504
Commit message (Collapse)AuthorAgeFilesLines
* tests: add `connect to non-listen` keywordsMarcel Raad2019-10-211-0/+1
| | | | | | These tests try to connect to ports nothing is listening on. Closes https://github.com/curl/curl/pull/4511
* tests: use proxy featureMarcel Raad2019-10-151-0/+1
| | | | | | This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488
* multi tests: OOM handling fixesYang Tse2011-10-211-1/+2
| | | | Additionally, improved error checking and logging.
* Added proxy keyword to allow skipping test in proxyless configsDan Fandrich2010-08-301-0/+10
|
* Replaced 127.0.0.1 with %HOSTIP where possibleDan Fandrich2007-09-141-1/+1
|
* Updated the test harness to check for protocol support before running eachDan Fandrich2007-03-091-0/+3
| | | | | test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-0/+2
| | | | | | are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
* Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg2004-09-221-1/+1
| | | | it resolving nicely
* no server neededDaniel Stenberg2003-03-151-1/+1
|
* removed junkDaniel Stenberg2002-12-161-1/+0
|
* Added test case 504, using multi interface and a local proxy without anythingDaniel Stenberg2002-12-161-0/+29
listening on the port we use.