Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: added missing keywords "chunked Transfer-Encoding" | Dan Fandrich | 2017-05-13 | 1 | -1/+2 |
| | |||||
* | tests: unified use of some keywords | Dan Fandrich | 2014-04-03 | 1 | -0/+2 |
| | |||||
* | Add keywords for a couple of currently keyword-less HTTP tests | Fabian Keil | 2012-11-19 | 1 | -0/+6 |
| | |||||
* | Replaced 127.0.0.1 with %HOSTIP where possible | Dan Fandrich | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich | 2007-01-23 | 1 | -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 Stenberg | 2005-05-11 | 1 | -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 corrected | Daniel Stenberg | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | Bug report #1078066: when a chunked transfer was pre-maturely closed exactly | Daniel Stenberg | 2004-12-03 | 1 | -0/+57 |
at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify. |