| Index: net/spdy/spdy_proxy_client_socket.cc
|
| diff --git a/net/spdy/spdy_proxy_client_socket.cc b/net/spdy/spdy_proxy_client_socket.cc
|
| index d2b40c9e826f20aa4a5062b85b2d921340152898..52dcb1d1c6bd1e3e7b8559378feb621bd0bf1678 100644
|
| --- a/net/spdy/spdy_proxy_client_socket.cc
|
| +++ b/net/spdy/spdy_proxy_client_socket.cc
|
| @@ -5,6 +5,7 @@
|
| #include "net/spdy/spdy_proxy_client_socket.h"
|
|
|
| #include <algorithm> // min
|
| +#include <memory>
|
| #include <utility>
|
|
|
| #include "base/bind.h"
|
| @@ -406,7 +407,7 @@ int SpdyProxyClientSocket::DoReadReplyComplete(int result) {
|
|
|
| redirect_has_load_timing_info_ =
|
| spdy_stream_->GetLoadTimingInfo(&redirect_load_timing_info_);
|
| - // Note that this triggers a RST_STREAM_CANCEL.
|
| + // Note that this triggers a ERROR_CODE_CANCEL.
|
| spdy_stream_->DetachDelegate();
|
| next_state_ = STATE_DISCONNECTED;
|
| return ERR_HTTPS_PROXY_TUNNEL_RESPONSE;
|
|
|