Page MenuHomePhabricator

Output compression breaks on certain setups
Closed, ResolvedPublic

Description

Since the introduction of resource loader, output compression has broken for a few people (two cases that I know of). In practice, this means gzipped content is served even if Accept-Encoding: gzip is not set, and (I suspect) that doubly gzipped content is served otherwise.

My changes to OutputHandler.php may be at fault, need to investigate this.


Version: 1.17.x
Severity: enhancement

Details

Reference
bz25667

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:15 PM
bzimport set Reference to bz25667.

Got a confirmed bug report about this, duping this to that.

  • This bug has been marked as a duplicate of bug 26130 ***