[Webkit-unassigned] [Bug 84560] New: REGRESSION(113604): [Soup] Some pages that use synchronous XMLHttpRequests freeze the browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 22 21:39:43 PDT 2012


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

           Summary: REGRESSION(113604): [Soup] Some pages that use
                    synchronous XMLHttpRequests freeze the browser
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


As noted at https://bugs.webkit.org/show_bug.cgi?id=68238, pages that launch a synchronous XMLHttpRequest when at the connection limit get trapped in the interior main loop. The sycnrhonous request will wait for an open connection indefintely, but no existing connections will complete, since they are running in the exterior main loop.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list