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
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.