summaryrefslogtreecommitdiff
path: root/tests/data/test180
Commit message (Collapse)AuthorAgeFilesLines
* Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg2004-09-081-2/+2
| | | | | | no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script.
* Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg2004-08-231-0/+58
PUTs even when told to use HTTP 1.0, which is not correct.