Ticket #1340 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

url.redirect causes timeout in FF2

Reported by: sebastian@melchior.name Assigned to: jan
Priority: normal Milestone:
Component: mod_redirect Version: 1.4.17
Severity: normal Keywords:
Cc: Blocking:
Need Feedback: 0

Description

Hi, I have a problem with lighttpd 1.4.17 with the following configuration:

$HTTP["host"] == "domain.de" {
                url.redirect = (
                                  ""      => "http://www.google.de"
                )
}

If I try to access domain.de in Opera or IE the redirect is processed very quickly. If I try with FF2 the redirect takes about 30s. From the lighty debug logs I can see that lighty completes the requests an sends the 301 to all Browsers right away. I suspect that somehow the connection to the Browser is not closed correctly and Opera and IE have a different handling of those cases, so they still seem to work correctly.

In lighttpd 1.4.16 everything works fine.

Best Regards Sebastian

Attachments

Change History

09/07/2007 09:06:07 AM changed by darix

  • status changed from new to closed.
  • resolution set to fixed.

The fixes is in http://trac.lighttpd.net/trac/changeset/1985. 1.4.18 will be released today.

09/09/2007 01:39:52 PM changed by Stefan

Yeah, this was what I was looking for, thanks =) Now, it works great with FF2.


Add/Change #1340 (url.redirect causes timeout in FF2)




Change Properties
Action