diff options
Diffstat (limited to 'net/http/http_network_layer.cc')
-rw-r--r-- | net/http/http_network_layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc index 95f9ea9..292be21 100644 --- a/net/http/http_network_layer.cc +++ b/net/http/http_network_layer.cc @@ -210,7 +210,7 @@ void HttpNetworkLayer::EnableSpdy(const std::string& mode) { use_alt_protocols = false; HttpStreamFactory::set_use_alternate_protocols(false); } else if (option == kEnableFlowControl) { - SpdySession::SetFlowControl(true); + SpdySession::set_flow_control(true); } else if (option == kForceAltProtocols) { HttpAlternateProtocols::PortProtocolPair pair; pair.port = 443; |