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

Unified Diff: net/quic/quic_utils.cc

Issue 11633030: Send the ClientHello handshake message. Fix a bug in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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_utils.cc
===================================================================
--- net/quic/quic_utils.cc (revision 173961)
+++ net/quic/quic_utils.cc (working copy)
@@ -15,7 +15,6 @@
return kPacketHeaderSize +
1 + // frame count
(1 + // 8 bit type
- 2 + // 16 bit length
kMinStreamFrameLength) * num_frames;
}
« net/quic/quic_stream_factory_test.cc ('K') | « net/quic/quic_stream_factory_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698