[webkit-changes] [WebKit/WebKit] e2cefb: http/tests/xmlhttprequest/gzip-content-type.html g...
Chris Dumez
noreply at github.com
Wed Jul 10 14:57:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e2cefb9ce6aa390c827015ad65ab440ac2745bbc
https://github.com/WebKit/WebKit/commit/e2cefb9ce6aa390c827015ad65ab440ac2745bbc
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-07-10 (Wed, 10 Jul 2024)
Changed paths:
M LayoutTests/http/conf/apache2.4-darwin-httpd.conf
Log Message:
-----------
http/tests/xmlhttprequest/gzip-content-type.html gives a different output depending on Apache version
https://bugs.webkit.org/show_bug.cgi?id=276406
rdar://131423730
Reviewed by Brady Eidson and Aakash Jain.
Some of out bots recently got an updated Apache version. When this happened, 2 XHR tests dealing with
gzip-compressed responses have had a different output. In particular, the `Content-Length` HTTP header
is no longer present on the response.
Set the `ap_trust_cgilike_cl` Apache environment variable to allow CGI scripts to set the
`Content-Length` HTTP header again, for backward compatibility:
- https://httpd.apache.org/docs/current/env.html
* LayoutTests/http/conf/apache2.4-darwin-httpd.conf:
Canonical link: https://commits.webkit.org/280834@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list