Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Unified Diff: net/quic/quic_crypto_client_stream.cc

Issue 288313003: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: implemented rch's comments Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/quic_crypto_client_stream.cc
diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc
index 97452f55503ed8dc757a20f064a3f0ca1933a0ce..d684a49a673ddb173da7f99667b4f2dc639f3d5d 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(),

Powered by Google App Engine
This is Rietveld 408576698