[Webkit-unassigned] [Bug 17682] XHR setRequestHeader("connection", "close") is bogusly rejected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 12:17:55 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17682





------- Comment #3 from ap at webkit.org  2008-03-05 12:17 PDT -------
As for Firefox 3:
<http://lxr.mozilla.org/seamonkey/source/content/base/src/nsXMLHttpRequest.cpp#2403>

(In reply to comment #2)
> Imagine you have 3 requests to host A.  If all requests take a long time to
> complete, then one of the requests will be delayed.  However, if that third
> request is marked as not opening a persistent connection, then there is no
> reason for the browser to delay issuing the request (i.e., opening a new
> connection is ok).

Do you have a test that shows that the third request is delayed in WebKit? I
can make one myself, but if you already have a proof, we won't have to
duplicate the effort.


-- 
Configure bugmail: http://bugs.webkit.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