| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: unified use of some keywords | Dan Fandrich | 2014-04-03 | 1 | -1/+1 |
| | | |||||
| * | transfer-encoding: added new option and cmdline | Daniel Stenberg | 2011-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Added CURLOPT_TRANSFER_ENCODING as the option to set to request Transfer Encoding in HTTP requests (if built zlib enabled). I also renamed CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING (while keeping the old name around) to reduce the confusion when we have to encoding options for HTTP. --tr-encoding is now the new command line option for curl to request this, and thus I updated the test cases accordingly. | ||||
| * | TE: do the Connection: header | Daniel Stenberg | 2011-04-18 | 1 | -0/+1 |
| | | | | | | | | When TE: is inserted in the request, we must add a "Connection: TE" as well to be HTTP 1.1 compliant. If a custom Connection: header is passed in, we must use that and only append TE to it. Test case 1125 verifies TE: + custom Connection:. | ||||
| * | test1124: verify gzip AND chunked transfer-encoding | Daniel Stenberg | 2011-04-18 | 1 | -0/+68 |
