Commit cd8d85af authored by Eric Orth's avatar Eric Orth Committed by Commit Bot

Remove hostname from a log statement

Bug: 977441
Change-Id: Ic73acbb0ac0a30736c960e8e9dec813c172e8d0a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695812
Commit-Queue: Eric Orth <ericorth@chromium.org>
Commit-Queue: Asanka Herath <asanka@chromium.org>
Reviewed-by: default avatarAsanka Herath <asanka@chromium.org>
Auto-Submit: Eric Orth <ericorth@chromium.org>
Cr-Commit-Position: refs/heads/master@{#676194}
parent 24c580bd
...@@ -399,9 +399,6 @@ int HttpNetworkTransaction::Read(IOBuffer* buf, ...@@ -399,9 +399,6 @@ int HttpNetworkTransaction::Read(IOBuffer* buf,
DCHECK(proxy_info_.is_http() || proxy_info_.is_https() || DCHECK(proxy_info_.is_http() || proxy_info_.is_https() ||
proxy_info_.is_quic()); proxy_info_.is_quic());
DCHECK_EQ(headers->response_code(), HTTP_PROXY_AUTHENTICATION_REQUIRED); DCHECK_EQ(headers->response_code(), HTTP_PROXY_AUTHENTICATION_REQUIRED);
LOG(WARNING) << "Blocked proxy response with status "
<< headers->response_code() << " to CONNECT request for "
<< GetHostAndPort(url_) << ".";
return ERR_TUNNEL_CONNECTION_FAILED; return ERR_TUNNEL_CONNECTION_FAILED;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment