]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLOPT_HTTP_TRANSFER_DECODING: fixed
authorDaniel Stenberg <daniel@haxx.se>
Sat, 5 Apr 2025 22:40:56 +0000 (00:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 6 Apr 2025 09:31:22 +0000 (11:31 +0200)
commitb676ae3b2ae104c62b0c6e7b00fe925678524f37
tree4987d3a6423f699cc0de78f7d736aabe8dfba182
parent213115bd7ea88d541bacb76211178d02202521f9
CURLOPT_HTTP_TRANSFER_DECODING: fixed

The fix in b8bd019c6a02182 (#16959) broke the
CURLOPT_HTTP_TRANSFER_DECODING handling, shown in test 319 and curl's
--raw option.

This is a follow-up that restores the functionality.

Enable test 319 again.

Fixes #16974
Closes #16984
lib/content_encoding.c
lib/setopt.c
tests/data/DISABLED