[Webkit-unassigned] [Bug 77500] New: XMLHttpRequest is not returning server responses on uploads aborted from the server side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 18:57:17 PST 2012


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

           Summary: XMLHttpRequest is not returning server responses on
                    uploads aborted from the server side
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: craigyk at me.com


When uploading reasonably sized files (<100MB) the XHR will return the response code and abort if the server responds with an error code before the upload transfer is complete.  When the transfer is very large though, the upload transfer proceeds and the XHR does not abort.  If the server sends the "Connection: close" header in the response, the XHR always aborts, but never shows the response code or status sent by the server.

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