Improve QpackHeaderTableTests.

Test for return value of SetMaximumDynamicTableCapacity() and
SetDynamicTableCapacity() when setting up QpackHeaderTableTests (must be done in
SetUp() override instead of constructor).

Use QpackHeaderTableTest::table_ in
QpackEncoderHeaderTableTest.MaxInsertSizeWithoutEvictingGivenEntry and
QpackEncoderHeaderTableTest.DrainingIndex.  Turns out the maximum dynamic table
capacity set in the test fixture is just fine for
MaxInsertSizeWithoutEvictingGivenEntry test.  (It used to use a local
QpackEncoderHeaderTable because SetMaximumDynamicTableCapacity() may only be
called once.)

PiperOrigin-RevId: 368414192
Change-Id: Ie40aa5f45cbf1675f876bc146d6fc733bb9cacd5
1 file changed
tree: 975fcce441cfdae7d3d98119461076898cfe69bd
  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.