Make QuicPacketCreator::ExpansionOnNewFrameWithLastFrame() static.

This is so that it can be reused in Chromium's QuicTestPacketMaker, see
https://crrev.com/c/2324109.

No functional change

PiperOrigin-RevId: 323787606
Change-Id: I82b950b59465271c3e1fb5bebe639973dc55e061
2 files changed
tree: 81afaaa376a6cb0a9848089e8641eeaf9c9be013
  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.