[Webkit-unassigned] [Bug 24886] New: XHR requests opened when offline never return

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 27 08:44:34 PDT 2009


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

           Summary: XHR requests opened when offline never return
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jwatts at google.com


Opening and sending an XMLHttpRequest when offline will call back the ready
state change handler with the loading state, but will never respond after this,
even if the network connection is restored.  Other browsers will always timeout
and fail, and in some cases (FF3 on the mac) will recover if the network is
restored.  Workaround is to set a timeout and abort the request, but this
shouldn't be necessary.

Repro'd on:
Chrome 2 (v530.1 Win XP SP3)
Safari 4 (v528.16 Mac OSx 10.5.6 Macintosh Intel)
Webkit Nightly (v530.4+ Mac OSx 10.5.6 Macintosh Intel)


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