commit | 2a6ba79d2e8339c82a413713fce4d6bbac6d9bf5 | [log] [tgz] |
---|---|---|
author | renjietang <renjietang@google.com> | Tue Oct 22 10:44:58 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 22 10:45:34 2019 -0700 |
tree | 8c992ecdb83de308a7d298ed015d777a86c894d1 | |
parent | cff885a983b3c96dddd904b2bdbaef57683b75b5 [diff] [blame] |
Clean up QuicPacketCreatorTest. gfe-relnote: n/a. test only. PiperOrigin-RevId: 276096857 Change-Id: I34982aac4a59e4270834eace35aee1223c086283
diff --git a/quic/core/frames/quic_stream_frame.h b/quic/core/frames/quic_stream_frame.h index 6cd510d..5e7439d 100644 --- a/quic/core/frames/quic_stream_frame.h +++ b/quic/core/frames/quic_stream_frame.h
@@ -31,6 +31,8 @@ friend QUIC_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const QuicStreamFrame& s); + bool operator==(const QuicStreamFrame& rhs) const; + bool fin; QuicPacketLength data_length; QuicStreamId stream_id;