Remove an obsolete TODO from quic_framer.cc about changing the public
packet header format for post v32 versions. This todo was adding in
the fallout from the PAN drama. But I think it's not worth the risk
of touching the header format again so let's just leave it alone
and it'll be moot once v43 is removed.

gfe-relnote: n/a - Remove an obsolete TODO from quic_framer.cc
PiperOrigin-RevId: 276576983
Change-Id: Ia8ae360ea50c4257a0982651b2dcbff112802a43
1 file changed
tree: d7f3a65f5473733088f1f2eeea212fe3d7dd2d59
  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.