Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http/tests/xmlhttprequest/gzip-content-type.html gives a different ou…
…tput 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
- Loading branch information