summaryrefslogtreecommitdiff
path: root/tests/data/test193
Commit message (Collapse)AuthorAgeFilesLines
* Always use nocheck="yes" for consistencyDan Fandrich2009-01-071-2/+2
|
* Added keywordsDan Fandrich2008-07-311-0/+9
|
* Use double quotes in command lines for consistency.Dan Fandrich2007-09-181-1/+1
|
* Replaced 127.0.0.1 with %HOSTIP where possibleDan Fandrich2007-09-141-2/+2
|
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-2/+4
| | | | | | 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.
* Modified the default HTTP headers used by libcurl:Daniel Stenberg2005-05-111-2/+0
| | | | | | | | | | | | | | | | 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"
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-191-0/+73