Fix threading in EndToEndTestWithTls.NoUndecryptablePackets

TSAN detected a threading issue in this test where the server stats are accessed from the main thread while the server thread is still running (and can write to them while we're reading). This CL matches the convention in the rest of the file which is to pause the server thread before accessing the server stats and resume it afterward.

gfe-relnote: n/a, test-only change
PiperOrigin-RevId: 250244377
Change-Id: I167416683b9030df275ef73062974f64819fbb0d
1 file changed
tree: c76c319ae84e3b2f1cd34721fc620fed7a0623f8
  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.

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.