[Webkit-unassigned] [Bug 116579] New: [Mac] XMLHttpRequest timeout is accounted for incorrectly - should be total time, not inactive time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 21 14:54:02 PDT 2013


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

           Summary: [Mac] XMLHttpRequest timeout is accounted for
                    incorrectly - should be total time, not inactive time
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: dominik.rottsches at intel.com


XHR timeout attribute specifies how long the request may take. (At least) the Mac implementation is different, it only triggers a timeout if the connection is idle for this long.

"Can be set to a time in milliseconds. When set to a non-zero value will cause fetching to terminate after the given time has passed."

"This implies that the timeout attribute can be set while fetching is in progress. If that occurs it will still be measured relative to the start of fetching."

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