Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #273240

Category curl
Changed by HwangRock <peter9244ohnoyoudont@naver.com>
Changed at Mon 29 Jun 2026 22:21:34
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision df350dd0d82cfcca52eef5aa615ad52a6d556c1c

Comments

content_encoding: give a clear error on multi-member gzip
A gzip Content-Encoding response holding more than one gzip member made
curl decode the first member and then fail the transfer with a bare
CURLE_WRITE_ERROR and no hint about the cause. Detect the trailing
member and fail with a message that explains what happened.

Fixes #22156
Closes #22172

Changed files