diff options
Diffstat (limited to 'net/quic/quic_crypto_stream.cc')
-rw-r--r-- | net/quic/quic_crypto_stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_crypto_stream.cc b/net/quic/quic_crypto_stream.cc index 4baf236..414c2e2 100644 --- a/net/quic/quic_crypto_stream.cc +++ b/net/quic/quic_crypto_stream.cc @@ -60,7 +60,7 @@ void QuicCryptoStream::SendHandshakeMessage( // any other frames in a single packet. session()->connection()->Flush(); // TODO(wtc): check the return value. - WriteOrBufferData(string(data.data(), data.length()), false); + WriteOrBufferData(string(data.data(), data.length()), false, NULL); session()->connection()->Flush(); } |