Change name of TLS handshaker's delegate_ member to handshaker_delegate_.

TLS server handshaker is a subclass of QuicStream. QuicStream has a another delegate member called session_delegate. This change is to make it clear on which delegate is called for each piece of code.

gfe-relnote: name change only. Not protected.
PiperOrigin-RevId: 294791081
Change-Id: I22ee62753d21e4052822254cb9715dfde0cff72f
4 files changed
tree: cd9cae61aa98a2c0084c7ede946f9225f23d75bf
  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.