Gordon, Thanks for the detailed report and the RFC 9110 citation — you're right that this seems to be incorrect behavior.
A couple of suggestions for getting this addressed: Please file a bug in the httpd Bugzilla at https://bz.apache.org/bugzilla/ if you haven't already — that's where issues get tracked. For the proposed patch, please bring it up on [email protected]. The GitHub repo is a read-only mirror of the SVN repository, so PRs opened there tend to get overlooked. The dev@ list is where code changes get reviewed and committed. Thanks for taking the time to track this down and propose a fix. Rich On 2026/03/05 08:47:46 Gordon Messmer wrote: > I would suggest simply dropping the uncompress function: > > https://github.com/gordonmessmer/httpd/pull/1 > > RFC 9110 is clear and specific "If the media type includes an inherent > encoding, such as a data format that is always compressed, then that > encoding would not be restated in Content-Encoding even if it happens to > be the same algorithm as one of the content codings" > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
