4588a41161
* chore: bump chromium in DEPS to 1d6b29cd85c1c3cba093b8b69b2727cc26eaac97 * update patches * chore: use 'libvulkan.so.1' in the linux manifests CL: https://chromium-review.googlesource.com/c/angle/angle/+/2538430 Upstream renamed libvulkan.so to libvulkan.so.1, so sync our manifests. * chore: update expected window-open default policy. CL: https://chromium-review.googlesource.com/c/chromium/src/+/2429247 Upstream CL contiues the work to make `strict-origin-when-cross-origin` the default referrer policy. This commit changes our window-open tests to expect that policy over the previous `no-referrer-when-downgrade`. * chore: bump chromium in DEPS to 69cb7c65ad845cdab1cd5f4256237e72fceba2dd * chore: re-export chromium patches No code changes; just line numbers. `git am` failed because the upstream changes were just large enough to require patching to fail w/o fuzzing. The broken patch was patches/chromium/feat_allow_disabling_blink_scheduler_throttling_per_renderview.patch * update patches * chore: bump chromium in DEPS to c6d97a240d30e5f5166856f5ae6ee14d95b9a4f0 * update patches * fixup! chore: update expected window-open default policy. * chore: disallow copying CppHeapCreateParams Experimental commit to resolve FTBS https://ci.appveyor.com/project/electron-bot/electron-ljo26/builds/36405680#L25345 which introduces a new struct CppHeapCreateParams that aggregates a vector of unique_ptrs. Our Windows CI is unhappy that this struct implicitly deletes its copy ctor, so this commit makes it explicit. Xref: https://chromium-review.googlesource.com/c/v8/v8/+/2536642 * update patches * chore: bump chromium in DEPS to 0df9a85ffa0ad4711b41a089842e40b87ba88055 * update patches * fixup! chore: bump chromium to ac06d6903a2c981ab90a8162f1ba0 (master) (#26499) * chore: update calls to gfx::RemoveAcceleratorChar. The call signature for gfx::RemoveAccelerator changed in https://chromium-review.googlesource.com/c/chromium/src/+/2546471 . This commit updates use to match that. * chore: bump chromium in DEPS to 43d6c496251e08d3781bfadbe9727688551f74a9 * update patches * chore: bump chromium in DEPS to 1fb5c9825be4e2271c4fef0e802f5d970b32f62f * update patches * chore: bump chromium in DEPS to 8a1f078d67825e727a598b89a8924699df8d3850 * chore: bump chromium in DEPS to 28ff715b3a97d8cedc143bad671edb08b6de5fc2 * chore: update patches * Remove most service manifest remnants from Content https://chromium-review.googlesource.com/c/chromium/src/+/2296482 * Reland "Portals: Fix a11y for orphaned portals" https://chromium-review.googlesource.com/c/chromium/src/+/2542812 * Convert CallbackList::Subscription to a standalone class. https://chromium-review.googlesource.com/c/chromium/src/+/2522860 * fix: actually apply the zlib patch * chore: bump chromium in DEPS to 75b464e6357190ca302ba9ce8f8c2bf5a3b709ae * chore: update patches * chore: bump chromium@b884b9b2f647c59a75f5d2055030afa33d50ca10 * chore: bump chromium in DEPS to 829261dadcefdc54ce5fdf7c5fac2929786a63ce * chore: bump chromium in DEPS to 5df3e69605c7c0130374aaccb91fc4726a558db2 * chore: bump chromium in DEPS to 22db748d5b7b90f87e6e97ef4c92a727ac753ea4 * chore: bump chromium in DEPS to 1475df80282b7eeeb0e153d8375bfe651f083bf8 * chore: bump chromium in DEPS to 6d34fe9e9b7386edd90574617bfa4008de972d72 * chore: update patches * Disable CertVerifierService for now 2559260: Enable CertVerifierService by default | https://chromium-review.googlesource.com/c/chromium/src/+/2559260 * Remove force_ignore_site_for_cookies until we figure out what to do instead 2499162: Remove |force_ignore_site_for_cookies| from IPCs (e.g. ResourceRequest). | https://chromium-review.googlesource.com/c/chromium/src/+/2499162 * chore: bump chromium in DEPS to 95aeb1c59ebc03d19ba077b0cd707463d1b2865e * update patches * Set site_for_cookies to request url so that URLLoader::ShouldForceIgnoreSiteForCookies returns true * 2490383: a11y inspect reorg: implement accessible tree formatter factory https://chromium-review.googlesource.com/c/chromium/src/+/2490383 * 2485887: [Extensions][web_accessible_resources] Use |matches|. https://chromium-review.googlesource.com/c/chromium/src/+/2485887 * update v8 headers * chore: bump chromium in DEPS to 38587dc379a8cf4d4a13e482a6e89f2fe681144e * update patches * 2555005: [api] Simplify ScriptOrigin https://chromium-review.googlesource.com/c/v8/v8/+/2555005 * 2563553: Remove Flash from PermissionRequestTypes and PermissionTypes. https://chromium-review.googlesource.com/c/chromium/src/+/2563553 * 2546146: Remove browser-hosted InterfaceProvider https://chromium-review.googlesource.com/c/chromium/src/+/2546146 * Actually apply nan patch * update patches * chore: bump chromium in DEPS to 6718d4b50c9db975c5642ca5b68e8dc7ee1b7615 * update patches * 2546146: Remove browser-hosted InterfaceProvider https://chromium-review.googlesource.com/c/chromium/src/+/2546146 * chore: bump chromium in DEPS to 338cc300e3fe3a4cb4883e9ccdc34a32f3dfe034 * chore: bump chromium in DEPS to d9baeb1d192c23ceb1e1c4bbe6af98380b263bc1 * chore: bump chromium in DEPS to 3ca3051932683739b304e721cc394b6c66f841fe * chore: bump chromium in DEPS to 89292a4ae29096e5313aaf19dfa0c4710145c34d * 2571639: mac: Remove code to support OS X 10.10 in //sandbox https://chromium-review.googlesource.com/c/chromium/src/+/2571639 * Fixup patch indices * Do not build MTLManagedObjectAdapter It's been removed in newer Mantle versions and uses a deprecated enum * update patches * Remove sendToAll https://github.com/electron/electron/pull/26771 * 2569367: Remove dead fullscreen code in RenderWidgetHostView and friends https://chromium-review.googlesource.com/c/chromium/src/+/2569367 * Remove deprecated performFileOperation usage * 2568359: mac: Ignore Wdeprecated-declarations for LSSharedFileList* functions. https://chromium-review.googlesource.com/c/chromium/src/+/2568359 * 2561401: Add OutputPresenterX11 which uses X11 present extension. https://chromium-review.googlesource.com/c/chromium/src/+/2561401 * 2565511: [objects] Remove MakeExternal case for uncached internal strings https://chromium-review.googlesource.com/c/v8/v8/+/2565511 * fixup: Add disconnect logic to ElectronBrowserHandlerImpl * Allow local networking override for ATS https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html * Refactor: clean up rfh getters in ElectronBrowserHandlerImpl * Update patches * Remove unneeded BindTo * Don't assign ElectronBrowserHandlerImpl at all Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: John Kleinschmidt <jkleinsc@github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
457 lines
15 KiB
C++
457 lines
15 KiB
C++
// Copyright 2020 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#include "electron/shell/browser/net/proxying_websocket.h"
|
|
|
|
#include <utility>
|
|
|
|
#include "base/bind.h"
|
|
#include "base/strings/string_util.h"
|
|
#include "base/strings/stringprintf.h"
|
|
#include "content/public/browser/browser_thread.h"
|
|
#include "extensions/browser/extension_navigation_ui_data.h"
|
|
#include "net/base/ip_endpoint.h"
|
|
#include "net/http/http_util.h"
|
|
|
|
namespace electron {
|
|
|
|
ProxyingWebSocket::ProxyingWebSocket(
|
|
WebRequestAPI* web_request_api,
|
|
WebSocketFactory factory,
|
|
const network::ResourceRequest& request,
|
|
mojo::PendingRemote<network::mojom::WebSocketHandshakeClient>
|
|
handshake_client,
|
|
bool has_extra_headers,
|
|
int process_id,
|
|
int render_frame_id,
|
|
content::BrowserContext* browser_context,
|
|
uint64_t* request_id_generator)
|
|
: web_request_api_(web_request_api),
|
|
request_(request),
|
|
factory_(std::move(factory)),
|
|
forwarding_handshake_client_(std::move(handshake_client)),
|
|
request_headers_(request.headers),
|
|
response_(network::mojom::URLResponseHead::New()),
|
|
has_extra_headers_(has_extra_headers),
|
|
info_(extensions::WebRequestInfoInitParams(
|
|
++(*request_id_generator),
|
|
process_id,
|
|
render_frame_id,
|
|
nullptr,
|
|
MSG_ROUTING_NONE,
|
|
request,
|
|
/*is_download=*/false,
|
|
/*is_async=*/true,
|
|
/*is_service_worker_script=*/false,
|
|
/*navigation_id=*/base::nullopt,
|
|
/*ukm_source_id=*/ukm::kInvalidSourceIdObj)) {}
|
|
|
|
ProxyingWebSocket::~ProxyingWebSocket() {
|
|
if (on_before_send_headers_callback_) {
|
|
std::move(on_before_send_headers_callback_)
|
|
.Run(net::ERR_ABORTED, base::nullopt);
|
|
}
|
|
if (on_headers_received_callback_) {
|
|
std::move(on_headers_received_callback_)
|
|
.Run(net::ERR_ABORTED, base::nullopt, GURL());
|
|
}
|
|
}
|
|
|
|
void ProxyingWebSocket::Start() {
|
|
// If the header client will be used, we start the request immediately, and
|
|
// OnBeforeSendHeaders and OnSendHeaders will be handled there. Otherwise,
|
|
// send these events before the request starts.
|
|
base::RepeatingCallback<void(int)> continuation;
|
|
if (has_extra_headers_) {
|
|
continuation = base::BindRepeating(
|
|
&ProxyingWebSocket::ContinueToStartRequest, weak_factory_.GetWeakPtr());
|
|
} else {
|
|
continuation =
|
|
base::BindRepeating(&ProxyingWebSocket::OnBeforeRequestComplete,
|
|
weak_factory_.GetWeakPtr());
|
|
}
|
|
|
|
int result = web_request_api_->OnBeforeRequest(&info_, request_, continuation,
|
|
&redirect_url_);
|
|
|
|
if (result == net::ERR_BLOCKED_BY_CLIENT) {
|
|
OnError(result);
|
|
return;
|
|
}
|
|
|
|
if (result == net::ERR_IO_PENDING) {
|
|
return;
|
|
}
|
|
|
|
DCHECK_EQ(net::OK, result);
|
|
continuation.Run(net::OK);
|
|
}
|
|
|
|
void ProxyingWebSocket::OnOpeningHandshakeStarted(
|
|
network::mojom::WebSocketHandshakeRequestPtr request) {
|
|
DCHECK(forwarding_handshake_client_);
|
|
forwarding_handshake_client_->OnOpeningHandshakeStarted(std::move(request));
|
|
}
|
|
|
|
void ProxyingWebSocket::ContinueToHeadersReceived() {
|
|
auto continuation =
|
|
base::BindRepeating(&ProxyingWebSocket::OnHeadersReceivedComplete,
|
|
weak_factory_.GetWeakPtr());
|
|
info_.AddResponseInfoFromResourceResponse(*response_);
|
|
int result = web_request_api_->OnHeadersReceived(
|
|
&info_, request_, continuation, response_->headers.get(),
|
|
&override_headers_, &redirect_url_);
|
|
|
|
if (result == net::ERR_BLOCKED_BY_CLIENT) {
|
|
OnError(result);
|
|
return;
|
|
}
|
|
|
|
PauseIncomingMethodCallProcessing();
|
|
if (result == net::ERR_IO_PENDING)
|
|
return;
|
|
|
|
DCHECK_EQ(net::OK, result);
|
|
OnHeadersReceivedComplete(net::OK);
|
|
}
|
|
|
|
void ProxyingWebSocket::OnFailure(const std::string& message,
|
|
int32_t net_error,
|
|
int32_t response_code) {}
|
|
|
|
void ProxyingWebSocket::OnConnectionEstablished(
|
|
mojo::PendingRemote<network::mojom::WebSocket> websocket,
|
|
mojo::PendingReceiver<network::mojom::WebSocketClient> client_receiver,
|
|
network::mojom::WebSocketHandshakeResponsePtr response,
|
|
mojo::ScopedDataPipeConsumerHandle readable,
|
|
mojo::ScopedDataPipeProducerHandle writable) {
|
|
DCHECK(forwarding_handshake_client_);
|
|
DCHECK(!is_done_);
|
|
is_done_ = true;
|
|
websocket_ = std::move(websocket);
|
|
client_receiver_ = std::move(client_receiver);
|
|
handshake_response_ = std::move(response);
|
|
readable_ = std::move(readable);
|
|
writable_ = std::move(writable);
|
|
|
|
response_->remote_endpoint = handshake_response_->remote_endpoint;
|
|
|
|
// response_->headers will be set in OnBeforeSendHeaders if
|
|
// |receiver_as_header_client_| is set.
|
|
if (receiver_as_header_client_.is_bound()) {
|
|
ContinueToCompleted();
|
|
return;
|
|
}
|
|
|
|
response_->headers =
|
|
base::MakeRefCounted<net::HttpResponseHeaders>(base::StringPrintf(
|
|
"HTTP/%d.%d %d %s", handshake_response_->http_version.major_value(),
|
|
handshake_response_->http_version.minor_value(),
|
|
handshake_response_->status_code,
|
|
handshake_response_->status_text.c_str()));
|
|
for (const auto& header : handshake_response_->headers)
|
|
response_->headers->AddHeader(header->name, header->value);
|
|
|
|
ContinueToHeadersReceived();
|
|
}
|
|
|
|
void ProxyingWebSocket::ContinueToCompleted() {
|
|
DCHECK(forwarding_handshake_client_);
|
|
DCHECK(is_done_);
|
|
web_request_api_->OnCompleted(&info_, request_, net::ERR_WS_UPGRADE);
|
|
forwarding_handshake_client_->OnConnectionEstablished(
|
|
std::move(websocket_), std::move(client_receiver_),
|
|
std::move(handshake_response_), std::move(readable_),
|
|
std::move(writable_));
|
|
|
|
// Deletes |this|.
|
|
delete this;
|
|
}
|
|
|
|
void ProxyingWebSocket::OnAuthRequired(
|
|
const net::AuthChallengeInfo& auth_info,
|
|
const scoped_refptr<net::HttpResponseHeaders>& headers,
|
|
const net::IPEndPoint& remote_endpoint,
|
|
OnAuthRequiredCallback callback) {
|
|
if (!callback) {
|
|
OnError(net::ERR_FAILED);
|
|
return;
|
|
}
|
|
|
|
response_->headers = headers;
|
|
response_->remote_endpoint = remote_endpoint;
|
|
auth_required_callback_ = std::move(callback);
|
|
|
|
auto continuation =
|
|
base::BindRepeating(&ProxyingWebSocket::OnHeadersReceivedCompleteForAuth,
|
|
weak_factory_.GetWeakPtr(), auth_info);
|
|
info_.AddResponseInfoFromResourceResponse(*response_);
|
|
int result = web_request_api_->OnHeadersReceived(
|
|
&info_, request_, continuation, response_->headers.get(),
|
|
&override_headers_, &redirect_url_);
|
|
|
|
if (result == net::ERR_BLOCKED_BY_CLIENT) {
|
|
OnError(result);
|
|
return;
|
|
}
|
|
|
|
PauseIncomingMethodCallProcessing();
|
|
if (result == net::ERR_IO_PENDING)
|
|
return;
|
|
|
|
DCHECK_EQ(net::OK, result);
|
|
OnHeadersReceivedCompleteForAuth(auth_info, net::OK);
|
|
}
|
|
|
|
void ProxyingWebSocket::OnBeforeSendHeaders(
|
|
const net::HttpRequestHeaders& headers,
|
|
OnBeforeSendHeadersCallback callback) {
|
|
DCHECK(receiver_as_header_client_.is_bound());
|
|
|
|
request_headers_ = headers;
|
|
on_before_send_headers_callback_ = std::move(callback);
|
|
OnBeforeRequestComplete(net::OK);
|
|
}
|
|
|
|
void ProxyingWebSocket::OnHeadersReceived(const std::string& headers,
|
|
const net::IPEndPoint& endpoint,
|
|
OnHeadersReceivedCallback callback) {
|
|
DCHECK(receiver_as_header_client_.is_bound());
|
|
|
|
on_headers_received_callback_ = std::move(callback);
|
|
response_->headers = base::MakeRefCounted<net::HttpResponseHeaders>(headers);
|
|
|
|
ContinueToHeadersReceived();
|
|
}
|
|
|
|
void ProxyingWebSocket::StartProxying(
|
|
WebRequestAPI* web_request_api,
|
|
WebSocketFactory factory,
|
|
const GURL& url,
|
|
const GURL& site_for_cookies,
|
|
const base::Optional<std::string>& user_agent,
|
|
mojo::PendingRemote<network::mojom::WebSocketHandshakeClient>
|
|
handshake_client,
|
|
bool has_extra_headers,
|
|
int process_id,
|
|
int render_frame_id,
|
|
const url::Origin& origin,
|
|
content::BrowserContext* browser_context,
|
|
uint64_t* request_id_generator) {
|
|
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
|
network::ResourceRequest request;
|
|
request.url = url;
|
|
request.site_for_cookies = net::SiteForCookies::FromUrl(site_for_cookies);
|
|
if (user_agent) {
|
|
request.headers.SetHeader(net::HttpRequestHeaders::kUserAgent, *user_agent);
|
|
}
|
|
request.request_initiator = origin;
|
|
|
|
auto* proxy = new ProxyingWebSocket(
|
|
web_request_api, std::move(factory), request, std::move(handshake_client),
|
|
has_extra_headers, process_id, render_frame_id, browser_context,
|
|
request_id_generator);
|
|
proxy->Start();
|
|
}
|
|
|
|
void ProxyingWebSocket::OnBeforeRequestComplete(int error_code) {
|
|
DCHECK(receiver_as_header_client_.is_bound() ||
|
|
!receiver_as_handshake_client_.is_bound());
|
|
DCHECK(info_.url.SchemeIsWSOrWSS());
|
|
if (error_code != net::OK) {
|
|
OnError(error_code);
|
|
return;
|
|
}
|
|
|
|
auto continuation =
|
|
base::BindRepeating(&ProxyingWebSocket::OnBeforeSendHeadersComplete,
|
|
weak_factory_.GetWeakPtr());
|
|
|
|
info_.AddResponseInfoFromResourceResponse(*response_);
|
|
int result = web_request_api_->OnBeforeSendHeaders(
|
|
&info_, request_, continuation, &request_headers_);
|
|
|
|
if (result == net::ERR_BLOCKED_BY_CLIENT) {
|
|
OnError(result);
|
|
return;
|
|
}
|
|
|
|
if (result == net::ERR_IO_PENDING)
|
|
return;
|
|
|
|
DCHECK_EQ(net::OK, result);
|
|
OnBeforeSendHeadersComplete(std::set<std::string>(), std::set<std::string>(),
|
|
net::OK);
|
|
}
|
|
|
|
void ProxyingWebSocket::OnBeforeSendHeadersComplete(
|
|
const std::set<std::string>& removed_headers,
|
|
const std::set<std::string>& set_headers,
|
|
int error_code) {
|
|
DCHECK(receiver_as_header_client_.is_bound() ||
|
|
!receiver_as_handshake_client_.is_bound());
|
|
if (error_code != net::OK) {
|
|
OnError(error_code);
|
|
return;
|
|
}
|
|
|
|
if (receiver_as_header_client_.is_bound()) {
|
|
CHECK(on_before_send_headers_callback_);
|
|
std::move(on_before_send_headers_callback_)
|
|
.Run(error_code, request_headers_);
|
|
}
|
|
|
|
info_.AddResponseInfoFromResourceResponse(*response_);
|
|
web_request_api_->OnSendHeaders(&info_, request_, request_headers_);
|
|
|
|
if (!receiver_as_header_client_.is_bound())
|
|
ContinueToStartRequest(net::OK);
|
|
}
|
|
|
|
void ProxyingWebSocket::ContinueToStartRequest(int error_code) {
|
|
if (error_code != net::OK) {
|
|
OnError(error_code);
|
|
return;
|
|
}
|
|
|
|
base::flat_set<std::string> used_header_names;
|
|
std::vector<network::mojom::HttpHeaderPtr> additional_headers;
|
|
for (net::HttpRequestHeaders::Iterator it(request_headers_); it.GetNext();) {
|
|
additional_headers.push_back(
|
|
network::mojom::HttpHeader::New(it.name(), it.value()));
|
|
used_header_names.insert(base::ToLowerASCII(it.name()));
|
|
}
|
|
for (const auto& header : additional_headers_) {
|
|
if (!used_header_names.contains(base::ToLowerASCII(header->name))) {
|
|
additional_headers.push_back(
|
|
network::mojom::HttpHeader::New(header->name, header->value));
|
|
}
|
|
}
|
|
|
|
mojo::PendingRemote<network::mojom::TrustedHeaderClient>
|
|
trusted_header_client = mojo::NullRemote();
|
|
if (has_extra_headers_) {
|
|
trusted_header_client =
|
|
receiver_as_header_client_.BindNewPipeAndPassRemote();
|
|
}
|
|
|
|
std::move(factory_).Run(
|
|
info_.url, std::move(additional_headers),
|
|
receiver_as_handshake_client_.BindNewPipeAndPassRemote(),
|
|
receiver_as_auth_handler_.BindNewPipeAndPassRemote(),
|
|
std::move(trusted_header_client));
|
|
|
|
// Here we detect mojo connection errors on |receiver_as_handshake_client_|.
|
|
// See also CreateWebSocket in
|
|
// //network/services/public/mojom/network_context.mojom.
|
|
receiver_as_handshake_client_.set_disconnect_with_reason_handler(
|
|
base::BindOnce(&ProxyingWebSocket::OnMojoConnectionErrorWithCustomReason,
|
|
base::Unretained(this)));
|
|
forwarding_handshake_client_.set_disconnect_handler(base::BindOnce(
|
|
&ProxyingWebSocket::OnMojoConnectionError, base::Unretained(this)));
|
|
}
|
|
|
|
void ProxyingWebSocket::OnHeadersReceivedComplete(int error_code) {
|
|
if (error_code != net::OK) {
|
|
OnError(error_code);
|
|
return;
|
|
}
|
|
|
|
if (on_headers_received_callback_) {
|
|
base::Optional<std::string> headers;
|
|
if (override_headers_)
|
|
headers = override_headers_->raw_headers();
|
|
std::move(on_headers_received_callback_)
|
|
.Run(net::OK, headers, base::nullopt);
|
|
}
|
|
|
|
if (override_headers_) {
|
|
response_->headers = override_headers_;
|
|
override_headers_ = nullptr;
|
|
}
|
|
|
|
ResumeIncomingMethodCallProcessing();
|
|
info_.AddResponseInfoFromResourceResponse(*response_);
|
|
web_request_api_->OnResponseStarted(&info_, request_);
|
|
|
|
if (!receiver_as_header_client_.is_bound())
|
|
ContinueToCompleted();
|
|
}
|
|
|
|
void ProxyingWebSocket::OnAuthRequiredComplete(AuthRequiredResponse rv) {
|
|
CHECK(auth_required_callback_);
|
|
ResumeIncomingMethodCallProcessing();
|
|
switch (rv) {
|
|
case AuthRequiredResponse::kNoAction:
|
|
case AuthRequiredResponse::kCancelAuth:
|
|
std::move(auth_required_callback_).Run(base::nullopt);
|
|
break;
|
|
|
|
case AuthRequiredResponse::kSetAuth:
|
|
std::move(auth_required_callback_).Run(auth_credentials_);
|
|
break;
|
|
case AuthRequiredResponse::kIoPending:
|
|
NOTREACHED();
|
|
break;
|
|
}
|
|
}
|
|
|
|
void ProxyingWebSocket::OnHeadersReceivedCompleteForAuth(
|
|
const net::AuthChallengeInfo& auth_info,
|
|
int rv) {
|
|
if (rv != net::OK) {
|
|
OnError(rv);
|
|
return;
|
|
}
|
|
ResumeIncomingMethodCallProcessing();
|
|
info_.AddResponseInfoFromResourceResponse(*response_);
|
|
|
|
auto continuation = base::BindRepeating(
|
|
&ProxyingWebSocket::OnAuthRequiredComplete, weak_factory_.GetWeakPtr());
|
|
auto auth_rv = AuthRequiredResponse::kIoPending;
|
|
PauseIncomingMethodCallProcessing();
|
|
|
|
OnAuthRequiredComplete(auth_rv);
|
|
}
|
|
|
|
void ProxyingWebSocket::PauseIncomingMethodCallProcessing() {
|
|
receiver_as_handshake_client_.Pause();
|
|
receiver_as_auth_handler_.Pause();
|
|
if (receiver_as_header_client_.is_bound())
|
|
receiver_as_header_client_.Pause();
|
|
}
|
|
|
|
void ProxyingWebSocket::ResumeIncomingMethodCallProcessing() {
|
|
receiver_as_handshake_client_.Resume();
|
|
receiver_as_auth_handler_.Resume();
|
|
if (receiver_as_header_client_.is_bound())
|
|
receiver_as_header_client_.Resume();
|
|
}
|
|
|
|
void ProxyingWebSocket::OnError(int error_code) {
|
|
if (!is_done_) {
|
|
is_done_ = true;
|
|
web_request_api_->OnErrorOccurred(&info_, request_, error_code);
|
|
}
|
|
|
|
// Deletes |this|.
|
|
delete this;
|
|
}
|
|
|
|
void ProxyingWebSocket::OnMojoConnectionErrorWithCustomReason(
|
|
uint32_t custom_reason,
|
|
const std::string& description) {
|
|
// Here we want to notify the custom reason to the client, which is why
|
|
// we reset |forwarding_handshake_client_| manually.
|
|
forwarding_handshake_client_.ResetWithReason(custom_reason, description);
|
|
OnError(net::ERR_FAILED);
|
|
// Deletes |this|.
|
|
}
|
|
|
|
void ProxyingWebSocket::OnMojoConnectionError() {
|
|
OnError(net::ERR_FAILED);
|
|
// Deletes |this|.
|
|
}
|
|
|
|
} // namespace electron
|