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

Unified Diff: net/tools/quic/quic_spdy_client_stream.h

Issue 2516033003: Landing Recent QUIC changes until Mon Nov 14 04:43:50 2016 +0000 (Closed)
Patch Set: Remove unused UpdatePacketGapSentHistogram() function. Created 4 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
« no previous file with comments | « net/tools/quic/quic_simple_server_test.cc ('k') | net/tools/quic/stateless_rejector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_client_stream.h
diff --git a/net/tools/quic/quic_spdy_client_stream.h b/net/tools/quic/quic_spdy_client_stream.h
index 179de25c9c2f336b7a9fe9c716e53860b5e76ec5..f87a3821bf7b8077aef72975aa5ac5f8ee075f98 100644
--- a/net/tools/quic/quic_spdy_client_stream.h
+++ b/net/tools/quic/quic_spdy_client_stream.h
@@ -27,8 +27,7 @@ class QuicSpdyClientStream : public QuicSpdyStream {
~QuicSpdyClientStream() override;
// Override the base class to close the write side as soon as we get a
- // response.
- // SPDY/HTTP does not support bidirectional streaming.
+ // response (if bidirectional streaming is not enabled).
void OnStreamFrame(const QuicStreamFrame& frame) override;
// Override the base class to parse and store headers.
« no previous file with comments | « net/tools/quic/quic_simple_server_test.cc ('k') | net/tools/quic/stateless_rejector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698