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

Unified Diff: net/quic/quic_crypto_client_stream.cc

Issue 11364068: Add a QuicHttpStream class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move GetPeerAddress from QuicReliableClientStream to ReliableQuicStream Created 8 years, 1 month 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 94a3caf89a834ffeb1f491af9e4902d4e7991ae2..cfc237fef2fc5822c60fead3e98d6541b89877a6 100644
--- a/net/quic/quic_crypto_client_stream.cc
+++ b/net/quic/quic_crypto_client_stream.cc
@@ -28,7 +28,7 @@ void QuicCryptoClientStream::OnHandshakeMessage(
}
// TODO(rch): correctly validate the message
- set_handshake_complete(true);
+ SetHandshakeComplete(QUIC_NO_ERROR);
return;
}

Powered by Google App Engine
This is Rietveld 408576698