Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308645 | Differences between
and this patch

Collapse All | Expand All

(-)lib/content_encoding.c (-1 / +1 lines)
Lines 40-46 Link Here
40
   (doing so will reduce code size slightly). */
40
   (doing so will reduce code size slightly). */
41
#define OLD_ZLIB_SUPPORT 1
41
#define OLD_ZLIB_SUPPORT 1
42
42
43
#define DSIZ 0x10000             /* buffer size for decompressed data */
43
#define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */
44
44
45
#define GZIP_MAGIC_0 0x1f
45
#define GZIP_MAGIC_0 0x1f
46
#define GZIP_MAGIC_1 0x8b
46
#define GZIP_MAGIC_1 0x8b

Return to bug 308645