Implement EXPECT_THAT(QuicHeaderList, ElementsAre()). When trying to use the EXPECT_THAT(QuicHeaderList, ElementsAre()) idiom, gMock complained about QuicHeaderList::value_type not being defined. This CL defines QuicHeaderList::value_type and uses this idiom in a few tests. gfe-relnote: n/a. Test-only change. PiperOrigin-RevId: 243788793 Change-Id: Ia7816e85c5215e545ac0909609fbdef335361efc
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.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.