For IETF QUIC, Initialize bidirectional stream limit to 0, and unidirectional stream limit to the expected number of streams.

Having non-zero initial limit for unidirectional stream allows QuicSpdySession to locally create HTTP/3 stream objects early.

gfe-relnote: protected by disabled v99 flag.
PiperOrigin-RevId: 291276326
Change-Id: Ic74425c1a12bd399c15294db698c751d58c55a9f
3 files changed
tree: 41c143b085ca7e8bb0da8f0bdb21dda81d8f8430
  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.