Actions
Bug #8957
closedInstaller fails if GZIP header response is given
Description
With GZIP enabled the installers fetch request fails as the PHP response is wiping out headers. This is leftover code from when JSON response was strictly enforced. This is no longer needed and removing it resolves this.
Actions