Change QuicSession::WriteCryptoData() to QuicSession::SendCryptoData().

There is already a WriteCryptoData() which is writing data to a writer. The method changed is doing more of sending job. So renamed.

gfe-relnote: no behavior change. not protected.
PiperOrigin-RevId: 299175602
Change-Id: Id19d3c12a8c82a563883bf3fa493aff22b605942
4 files changed
tree: 309aef98ca4849c62f067507888ff799ac7298d7
  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.