Refactor HpackEncoderTests.

In this CL I'm refactoring tests, and in the next CL I'll refactor production
code.  Doing them in separate CLs helps validate that neither introduces
behavioral change.

The immediate goal is to remove IndexOf()  by inlining it into GetByName() and
GetByNameAndValue().

PiperOrigin-RevId: 363201483
Change-Id: Ifa3b350fde66b7ddd2f3448c54684abcb408ab37
1 file changed
tree: 942ee8d995e0e0777e6389b9a8a49ee8b51d9e03
  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.