Switch the order of QPACK streams sending stream type.

QPACK decoder stream is created before the encoder stream. It would be easier if they send out stream types in the order they are created, so that when the session is write blocked and resumed, the same order of sending can be expected.

Also removed outdated TODO's. A bigger and better change can be made when we support 0 initial stream limit.

gfe-relnote: protected by disabled v99 flag.
PiperOrigin-RevId: 282818824
Change-Id: I4f998fd186669dabaa806173c078300396e0a5e2
2 files changed
tree: 1f241f7dca838e4fe27bc6c814947899a439a3b1
  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.