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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 11:31:27 PST 2008


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





------- Comment #2 from morganl.webkit at yahoo.com  2008-03-05 11:31 PDT -------
I wasn't referring to idle connections.....

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).

By setting a "connection: close" request header, the request is indicating that
the connection should not be made persistent.  This is documented in RFC 2616.


-- 
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