Remove two obsolete TODOs from http_decoder.cc.

Remove TODO for incremental parsing of PRIORITY frames because PRIORITY frames have a very limited maximum size and it seems quite silly to change Visitor interface to handle PRIORITY frames field-by-field.

Remove TODO for incremental parsing of SETTINGS frames because it is not worth the complexity.  See prototype at cr/264362665.

gfe-relnote: n/a, change to comments only.
PiperOrigin-RevId: 264628766
Change-Id: I1a4006549f591d25c6614322b13ee96262d2d83b
1 file changed
tree: 9b53c4af37662a80d19f3f80a1118bf435761d68
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.