gfe-relnote: n/a(test only code) switch from unordered_set to multimap. The order of elements in std::unordered_set is not consistent in different platforms. However, the existing test requires the order of the elements to be sorted according to key. PiperOrigin-RevId: 244264305 Change-Id: I9f45e5b95d3ec17d68ff9bb95f1a34e4b398b900
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.