We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91899aa commit 5bc759eCopy full SHA for 5bc759e
shell/browser/net/proxying_websocket.cc
@@ -401,7 +401,7 @@ void ProxyingWebSocket::OnHeadersReceivedCompleteForAuth(
401
402
auto continuation = base::BindRepeating(
403
&ProxyingWebSocket::OnAuthRequiredComplete, weak_factory_.GetWeakPtr());
404
- auto auth_rv = AuthRequiredResponse::kIoPending;
+ auto auth_rv = AuthRequiredResponse::kCancelAuth;
405
PauseIncomingMethodCallProcessing();
406
407
OnAuthRequiredComplete(auth_rv);
0 commit comments