Adds a Http2VisitorInterface method for when the library wants to send serialized frame data to the peer. This replaces Http2Adapter's GetBytesToWrite(), and will make compatibility with existing usage a little easier. PiperOrigin-RevId: 375197346
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.