| commit | d0d72338ab565632b9eeaf743525e248e85b9731 | [log] [tgz] |
|---|---|---|
| author | vasilvv <vasilvv@google.com> | Thu Jun 15 14:31:23 2023 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 15 14:32:16 2023 -0700 |
| tree | 9d6819901e1d41f1d14ddece1090413902319b64 | |
| parent | 2905702e52ae7ef3ec228d7c2306784ef574cd7e [diff] [blame] |
Implement sending and receiving DRAIN_WEBTRANSPORT_SESSION PiperOrigin-RevId: 540692201
diff --git a/quiche/common/wire_serialization_test.cc b/quiche/common/wire_serialization_test.cc index b1dea91..9abdda9 100644 --- a/quiche/common/wire_serialization_test.cc +++ b/quiche/common/wire_serialization_test.cc
@@ -252,5 +252,7 @@ #endif } +TEST(SerializationTest, Empty) { ExpectEncodingHex("nothing", ""); } + } // namespace } // namespace quiche::test