[Webkit-unassigned] [Bug 177978] New: Fetch fails to return response if response is received before full request body transmitted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 5 16:13:42 PDT 2017


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

            Bug ID: 177978
           Summary: Fetch fails to return response if response is received
                    before full request body transmitted
           Product: WebKit
           Version: Safari 10
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: niklas.nordlund at yahoo.com

When doing a HTTP POST request with a request body using fetch(), it fails to return the server response if the response was received before the full request body was transmitted. 

For instance, I see this happening when sending (large) image/png data in body and using invalid credentials (Cookies), so the server in this case responds with a 401 before the full body is received. Safari treats it just like a dropped network call (TypeError), instead of returning the server response.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171005/ce99fd3b/attachment-0001.html>


More information about the webkit-unassigned mailing list