[Webkit-unassigned] [Bug 157028] [curl] Requests interrupted when using https via proxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 01:12:22 PDT 2016


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=20481

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Client sends "CONNECT", then a proxy responds "200 Connection Established".
libcurl calls WebCore::headerCallback.
In WebFrameLoaderClient::dispatchDecidePolicyForResponse(), response.mimeType() is null.
WebView::canShowMIMEType() returns false.
Then, the request is canceled.

A following bug might be same problem.

  Bug 20481 – [Curl] Cannot log on google with proxy

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


More information about the webkit-unassigned mailing list