Skip to content
  1. Jun 20, 2017
  2. Jun 19, 2017
  3. Jun 17, 2017
  4. Jun 15, 2017
  5. Jun 14, 2017
  6. Jun 13, 2017
  7. Jun 12, 2017
  8. Jun 10, 2017
  9. Jun 09, 2017
  10. Jun 08, 2017
  11. Jun 07, 2017
  12. Jun 05, 2017
  13. Jun 02, 2017
  14. Jun 01, 2017
  15. May 31, 2017
  16. May 30, 2017
  17. May 27, 2017
  18. May 26, 2017
    • Matt Caswell's avatar
      Fix a Proxy race condition · 523ea272
      Matt Caswell authored
      
      
      Issue #3562 describes a problem where a race condition can occur in the
      Proxy such that a test "ok" line can appear in the middle of other text
      causing the test harness to miss it. The issue is that we do not wait for
      the client process to finish after the test is complete, so that process may
      continue to write data to stdout/stderr at the same time that the test
      harness does.
      
      This commit fixes TLSProxy so that we always wait for the client process to
      finish before continuing.
      
      Fixes #3562
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3567)
      (cherry picked from commit b72668a0)
      523ea272