diff options
Diffstat (limited to 'net/quic/quic_crypto_client_stream.cc')
| -rw-r--r-- | net/quic/quic_crypto_client_stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc index 97452f5..d684a49 100644 --- a/net/quic/quic_crypto_client_stream.cc +++ b/net/quic/quic_crypto_client_stream.cc @@ -155,7 +155,7 @@ void QuicCryptoClientStream::DoHandshakeLoop( server_id_, session()->connection()->connection_id(), session()->connection()->supported_versions().front(), - session()->connection()->max_flow_control_receive_window_bytes(), + session()->max_flow_control_receive_window_bytes(), cached, session()->connection()->clock()->WallNow(), session()->connection()->random_generator(), |
