Document that HTTP/2 decoder does not segment frame payloads or fields.

I verified the added statements by code inspection.

The motivation is https://crrev.com/c/2728175: I'm adding a class which decodes
a stream of HTTP/2 frames that is guaranteed to be received in a single chunck.
It would allow me to simplify the implementation if I could rely on
ExtensionVisitorInterface::OnFramePayload() being called once with the entire
payload.
PiperOrigin-RevId: 361816447
Change-Id: I2c8621ceb52c2e17fdb84da91a97fb72e5c4450e
2 files changed
tree: 5065b412a1d42519c254f28eb5aa1e33bb70e33d
  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.