Add gzip/deflate encoding support to HTTP transfers.

Description

libcurl should provide built-in gzip/deflate support if the right options are set, and zlib is linked in.

Environment

None

Activity

Show:

Scott Cantor December 17, 2010 at 2:39 PM

Closing after release.

Scott Cantor April 8, 2010 at 10:36 AM

http://svn.middleware.georgetown.edu/view/cpp-xmltooling?view=rev&revision=732

curl breaks its contract regarding the multi API when compression is active, and returns multiple MAX_SIZE chunks to the caller each time the handle is polled, so I switched internally to a growable realloc'd buffer to handle the additional data.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Created March 29, 2010 at 4:00 PM
Updated December 17, 2010 at 2:39 PM
Resolved April 8, 2010 at 10:36 AM