Skip to content
Commit 5427976d authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a TLSProxy race condition



TLSProxy starts s_server and specifies the number of client connects
it should expect. After that s_server is supposed to close down
automatically. However, if another test is then run then TLSProxy
will start a new instance of s_server. If the previous instance
hasn't closed down yet then the new instance can fail to bind to
the socket.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 2460c7f1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment