Move stream static checks from QuicSession to QuicStream.

This change is to encourage the rule of "If session needs to hand over things to the stream, let the stream do as much as it can".

gfe-relnote: no behavior change. not protected.
PiperOrigin-RevId: 298695625
Change-Id: I808702aec0f688cb1d2d83e8e84f85a4f73fa1c7
3 files changed
tree: 9dcd2cabbb04b8ddab3c560493d81d03e691d37b
  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.