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