summaryrefslogtreecommitdiff
path: root/tests/data/test207
Commit message (Collapse)AuthorAgeFilesLines
* tests: added missing keywords "chunked Transfer-Encoding"Dan Fandrich2017-05-131-1/+2
|
* tests: unified use of some keywordsDan Fandrich2014-04-031-0/+2
|
* Add keywords for a couple of currently keyword-less HTTP testsFabian Keil2012-11-191-0/+6
|
* Replaced 127.0.0.1 with %HOSTIP where possibleDan Fandrich2007-09-141-1/+1
|
* 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.
* Modified the default HTTP headers used by libcurl:Daniel Stenberg2005-05-111-1/+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"
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-1/+1
|
* Bug report #1078066: when a chunked transfer was pre-maturely closed exactlyDaniel Stenberg2004-12-031-0/+57
at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify.