Fix tsan failure in //third_party/quic/core/http:end_to_end_test as
(1) server_connection can be checked only if server_thread_ is paused.
(2) server_thread_ can be paused at most once due to the use of notification.

Verified with:
--test_arg='--gfe2_flip_all_feature_flags_to_true_for_test=true' -c dbg --config=tsan
PiperOrigin-RevId: 372539703
Change-Id: Ia49019d837e857cd01e6d99d1a68edcb973864c9
1 file changed
tree: 9af1b4b9dd150239ad15ea4ce39e383d3e4e79db
  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.