[Webkit-unassigned] [Bug 5760] Safari hangs when uploading files to certain php scripts

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Feb 20 07:43:54 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5760





------- Comment #12 from jon at steelskies.com  2006-02-20 07:43 PDT -------
Just an addendum to confirm that Jamis' suggestion on disabling keepalives
seems to have cleared up the problem.

For anyone having the same issue, you probably want something like this in
lighttpd.conf : 
$HTTP["useragent"] =~ "^(.*MSIE.*)|(.*AppleWebKit.*)$" {
    server.max-keep-alive-requests = 0
  }


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list