gfe-relnote: Return QuicCryptoServerStreamBase from CreateCryptoServerStream. Refactor only - no behavior change, not flag protected

The QuicCryptoServerStreamBase abstract class has been modified to contain all of the public methods of QuicCryptoServerStream (there was one method missing, ShouldSendExpectCTHeader). QuicCryptoServerStreamBase should be used in place of QuicCryptoServerStream.

PiperOrigin-RevId: 288054167
Change-Id: Ia32159ecd3906385b4a31866e54c933e1c26eeac
4 files changed
tree: 1c2979958b232f6b795d18b7667a46cce245ba9b
  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.