| Index: net/http/proxy_client_socket.cc
|
| diff --git a/net/http/proxy_client_socket.cc b/net/http/proxy_client_socket.cc
|
| index 8882f4252145b288fb1b83cd8875f017d4fd4e91..b89247970c176f875a77ab8aab73dedbc994c857 100644
|
| --- a/net/http/proxy_client_socket.cc
|
| +++ b/net/http/proxy_client_socket.cc
|
| @@ -27,7 +27,7 @@ void ProxyClientSocket::BuildTunnelRequest(
|
| // RFC 2616 Section 9 says the Host request-header field MUST accompany all
|
| // HTTP/1.1 requests. Add "Proxy-Connection: keep-alive" for compat with
|
| // HTTP/1.0 proxies such as Squid (required for NTLM authentication).
|
| - *request_line = StringPrintf(
|
| + *request_line = base::StringPrintf(
|
| "CONNECT %s HTTP/1.1\r\n", endpoint.ToString().c_str());
|
| request_headers->SetHeader(HttpRequestHeaders::kHost,
|
| GetHostAndOptionalPort(request_info.url));
|
|
|