[webkit-changes] [WebKit/WebKit] 3d2bc6: [curl] XMLHttpRequest upload tests are failing

Fujii Hironori noreply at github.com
Thu Mar 9 14:18:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3d2bc6c1bda709f90b63470e41d57fb9e57eb7ff
      https://github.com/WebKit/WebKit/commit/3d2bc6c1bda709f90b63470e41d57fb9e57eb7ff
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M LayoutTests/platform/wincairo/TestExpectations
    M Source/WebCore/platform/network/curl/CurlRequest.cpp

  Log Message:
  -----------
  [curl] XMLHttpRequest upload tests are failing
https://bugs.webkit.org/show_bug.cgi?id=253631

Reviewed by Don Olmstead.

XMLHttpRequest upload progress event didn't work for curl ports. To
make it work correctly, it should set the CURLOPT_READFUNCTION
callback function even if the form data stream element size is one.

* LayoutTests/platform/wincairo/TestExpectations:
* Source/WebCore/platform/network/curl/CurlRequest.cpp:
(WebCore::CurlRequest::setupPOST):

Canonical link: https://commits.webkit.org/261469@main




More information about the webkit-changes mailing list