This problem still exists and appears to have become more severe (ie
longer delays occurring more frequently) since FF 3.5. Now running
FF3.5.7, lighttpd/1.4.22 and PHP 5.2.10.
my work around from above to disable gzip for FF under Linux still
works:
# work around for the ubunu firefox redirect bug
if (isset($_SERVER['HTTPS']) &&
isset($_SERVER['HTTP_USER_AGENT']) &&
preg_match('~Firefox~', $_SERVER['HTTP_USER_AGENT']) &&
preg_match('~Linux~', $_SERVER['HTTP_USER_AGENT']))
{
ini_set('zlib.output_compression', 0);
}
anyone interested in working with me on this?
--
firefox slow redirect under ssl with gzip
https://bugs.launchpad.net/bugs/76262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs