Change #273235
| Category | None |
| Changed by | HwangRock <peter9244@naver.com> |
| Changed at | Mon 29 Jun 2026 22:21:34 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/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
- lib/content_encoding.c
- tests/data/Makefile.am
- tests/data/test2305