Remove redundant calls to QuicSession::NeuterUnencryptedData().

Upon finishing handshakes, the TLS handshaker always calls QuicSession::OnCryptoHandshakeEvent(HANDSHAKE_CONFIRMED), which does the job of neutering unencrypted data.

gfe-relnote: protected by disabled v99 flag.
PiperOrigin-RevId: 275516067
Change-Id: Ic949e6694a8d32fd24960eeac9e0bb2cd8555bf9
2 files changed
tree: 4ba634caad24b89d5b4012ac74f3aa753fd5efb9
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.