aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test503
AgeCommit message (Collapse)Author
2005-05-11Modified the default HTTP headers used by libcurl:Daniel Stenberg
A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive"
2004-11-29stricter newline policyDaniel Stenberg
2004-09-22Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg
it resolving nicely
2004-09-08Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg
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.
2004-05-04General HTTP authentication cleanup and fixesDaniel Stenberg
2004-02-09Modified the default HTTP Accept: header to only be Accept: */*Daniel Stenberg
2004-01-28added the extra newline that this needs to succeedDaniel Stenberg
2004-01-27CONNECT response headers are now passed back as "regular" headersDaniel Stenberg
2003-10-24better name, it isn't httpsDaniel Stenberg
2003-08-02updated as the second proxy-auth header was a proof of a serious info leakDaniel Stenberg
bug!!
2003-07-19modified to work fine with the new persistant connection working test suiteDaniel Stenberg
HTTP server
2002-12-16removed junkDaniel Stenberg
2002-12-16better descDaniel Stenberg
2002-12-16mistake, this only requires httpDaniel Stenberg
2002-12-13test case 503 entered the dirDaniel Stenberg