Use all encryption levels in quic_crypto_stream.cc
ENCRYPTION_HANDSHAKE was missing from some places. This resulted in a bug
where CRYPTO frames sent at the ENCRYPTION_HANDSHAKE level (which only
happens when TLS is used as the crypto handshake protocol - QUIC crypto
sends CRYPTO frames in ENCRYPTION_ZERO_RTT but not ENCRYPTION_HANDSHAKE)
won't get retransmitted if lost.
gfe-relnote: Retransmit lost TLS ENCRYPTION_HANDSHAKE messages in QUIC, gated by ietf draft quic versions.
PiperOrigin-RevId: 305789426
Change-Id: I54db405c394ee0127f39e69e839be67136db61e8
2 files changed