commit | 0220865bffc15469c7e76ec9a1c573bcf395afab | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Tue May 28 02:57:47 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 28 17:47:39 2019 -0700 |
tree | c76c319ae84e3b2f1cd34721fc620fed7a0623f8 | |
parent | bb1c489f45c520ec911a1231aebe53bfead85598 [diff] |
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
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.