Fix invalid iterator bump in ValueSplittingHeaderListTest

This was found with _LIBCPP_DEBUG=1. ValueSplittingHeaderListTest tests 6
iterator values, the last of which is headers.end(). That means, at the last
iterator, it cannot run it++.

PiperOrigin-RevId: 279095545
Change-Id: Id59dcb22faee4da4fdd8a4fac080418aa53e8caf
1 file changed
tree: 7c2bb371f1ab61ca55b99dab34cf367dc91e0ba3
  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.