Remove unused HTTP/3 server push related code.

Remove unused methods QuicSpdyStream::WritePushPromise() and
QuicSendControlStream::SendMaxPushIdFrame().

Remove unused code from HttpEncoder to serialize HTTP/3 frames PUSH_PROMISE,
CANCEL_PUSH, MAX_PUSH_ID.  When used in tests, either hardcode frame or copy
implementation to test helper methods.

Add more TODOs for this bug.

PiperOrigin-RevId: 366286729
Change-Id: I62826989ddb2784cdcebb8c33f85f5edb15ed1db
12 files changed
tree: 36c8af23e5b408ed66e983d5b53191de655c8590
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.