| Index: net/http/http_proxy_client_socket_pool.cc
|
| diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc
|
| index b6bed9edf5b8a1ef19d8a4f31bdaacc614c4b096..3b99de74c4bf51e2488f3ac405ff715e8fa47fc0 100644
|
| --- a/net/http/http_proxy_client_socket_pool.cc
|
| +++ b/net/http/http_proxy_client_socket_pool.cc
|
| @@ -322,8 +322,8 @@ int HttpProxyConnectJob::DoSpdyProxyCreateStream() {
|
|
|
| next_state_ = STATE_SPDY_PROXY_CREATE_STREAM_COMPLETE;
|
| return spdy_stream_request_.StartRequest(
|
| - spdy_session, params_->request_url(), params_->destination().priority(),
|
| - spdy_session->net_log(), callback_);
|
| + SPDY_BIDIRECTIONAL_STREAM, spdy_session, params_->request_url(),
|
| + params_->destination().priority(), spdy_session->net_log(), callback_);
|
| }
|
|
|
| int HttpProxyConnectJob::DoSpdyProxyCreateStreamComplete(int result) {
|
|
|