Automated g4 rollback of changelist 363922592.

*** Reason for rollback ***

third_party/absl/strings/string_view_utils.h does not exist in Chromium, therefore SpdyStringPieceCaseHash and SpdyStringPieceCaseEq still need to be platformized.

*** Original change description ***

Remove SpdyStringPieceCaseHash and SpdyStringPieceCaseEq.

Their Abseil implementation can be used directly from QUICHE now that Abseil is
allowed in Chromium (in QUICHE only).

***

PiperOrigin-RevId: 363952702
Change-Id: I42635e07892fcce20856a18aa8ab22f82abb075d
3 files changed
tree: 02e84a73035995df8314dfdd8d21cd4ab5de20a3
  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.