Fix use-after-move in SimpleLinkedHashMap

Fix use-after-move (potential) bugs found by the
"bugprone-use-after-move" clang-tidy check (see
https://crbug.com/1122844).

PiperOrigin-RevId: 330937081
Change-Id: I4a9e742d128c444b3c3fec63a35c86bbf2772c7d
1 file changed
tree: 03ce325c3b5f44b77574793a350f559ed0602be8
  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.