gfe-relnote: In QUIC, add unused HANDSHAKE encryption level. No functional change expected, not protected.
PiperOrigin-RevId: 238661434
Change-Id: Ia1e1d2be2d6a46f3981afae6628877242fbabf24
diff --git a/quic/core/quic_crypto_stream.cc b/quic/core/quic_crypto_stream.cc
index 61f2ab2..c424a55 100644
--- a/quic/core/quic_crypto_stream.cc
+++ b/quic/core/quic_crypto_stream.cc
@@ -30,6 +30,7 @@
/*is_static=*/true,
BIDIRECTIONAL),
substreams_{{this, ENCRYPTION_NONE},
+ {this, ENCRYPTION_HANDSHAKE},
{this, ENCRYPTION_ZERO_RTT},
{this, ENCRYPTION_FORWARD_SECURE}} {
// The crypto stream is exempt from connection level flow control.