diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-14 07:13:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-14 07:13:08 +0000 |
commit | 0aa8b828711e5c1f58442f25521557be8388f132 (patch) | |
tree | d3cd480dd4ba767b2829f0249c4dd217976879ba /CHANGES | |
parent | f9781afafd3f0d01d00e6d58df081c3a870f8b8e (diff) | |
download | curl-0aa8b828711e5c1f58442f25521557be8388f132.tar.gz |
FTP CWD response fixed
gzip content-encoding added
chunked content-encoding fixed
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ Changelog +Daniel (11 Apr) +- Nic Hines provided a second patch for gzip decompression, and fixed a bug + when deflate or gzip contents were downloaded using chunked encoding. + +- Dan Fandrich made libcurl support automatic decompression of gzip contents + (as an addition to the previous deflate support). + +- I made the CWD command during FTP session consider all 2xy codes to be OK + responses. + Daniel (10 Apr) - Vlad Krupin fixed a URL parsing issue. URLs that were not using a slash after the host name, but still had "?" and parameters appended, as in |