Change #259800
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 03 Mar 2026 23:08:48 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/accept-encoding |
| Revision | 1671213d1e241dff65c13cf60cc0e3a57dd89c09 |
Comments
content_encoding: return 'identity' if none other exists This fixes a regression and accidental changed behavior shipped in 8.18.0 (via 6b9c75e219cdcfd3e17e78). When the setopt is set to "" and curl is built without support for a single compression algorithm, it used to use "identity" but recently did not. Spotted by Codex Security
Changed files
- lib/content_encoding.c