[Webkit-unassigned] [Bug 111844] New: [Curl] POST requests sometimes fail.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 04:25:34 PST 2013


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

           Summary: [Curl] POST requests sometimes fail.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peavo at outlook.com


Curl adds the header 'Expect: 100-Continue' when sending a POST request.
When we receive the header 'HTTP/1.1 100 Continue' we should not call
ResourceHandleClient::didReceiveResponse(), as the request might be
cancelled because the MIME type is empty in this case.

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