[Webkit-unassigned] [Bug 23101] Multiple tabs to same website blocks both tabs when 1 tab is waiting for response

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 16 08:44:29 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23101





------- Comment #3 from nathan at nrbservices.com  2009-01-16 08:44 PDT -------
I have created a simple app on the google app engine to replicate this
behavior.

Open 2 tabs in webkit. In tab 1 open http://webkit-stall.appspot.com/

In tab 2 open http://webkit-stall.appspot.com/static/index.html

Tab 1 calls a script that will pause for 8 seconds before sending data while
tab 2 is all static files.

What you will see is if you hit reload on tab 1 and then go to tab 2 and hit
reload, tab 2 will not finish loading even though it is all static data until
tab1 finishes. It is as if the requests in tab 2 get queued up in the
connection that is blocked from tab 1.


-- 
Configure bugmail: https://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