summaryrefslogtreecommitdiff
path: root/tests/data/test232
Commit message (Collapse)AuthorAgeFilesLines
* content_encoding: rework zlib_inflatePatrick Monnerat2017-12-201-0/+202
| | | | | | | | | | | | - When zlib version is < 1.2.0.4, process gzip trailer before considering extra data as an error. - Inflate with Z_BLOCK instead of Z_SYNC_FLUSH to maximize correct data and minimize corrupt data output. - Do not try to restart deflate decompression in raw mode if output has started or if the leading data is not available anymore. - New test 232 checks inflating raw-deflated content. Closes #2068
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-301-57/+0
|
* keywords addedDaniel Stenberg2005-05-201-0/+6
|
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-211-0/+51