Age | Commit message (Collapse) | Author |
|
|
|
Make sure that test cases does not fail due to timing circumstances,
use selective receive even if it means we can not use test library functions
in some cases. TCP does not have delivery guarantee to application layer,
so sometimes a error message {error, Msg} or {error, closed} can be acceptable.
|
|
|
|
OTP-10106
OTP-10107
|
|
|
|
Fix a bug where the caller would timeout and ssl_tls_dist_proxy would
crash.
Fix a bug where a timeout from the SSL layer would block the
distribution forever (typically when a non-SSL node tries to connect to an
SSL node).
Add this very case as a test (test_server tries to connect to SSL nodes).
Run the proxy exclusively on the loopback interface.
|
|
Windows do not handle long commands and would crash if
many ssl arguments are passed on the command prompt
|
|
|
|
communicate with the ssl nodes with erlang distribution
|
|
Also cleaned up old gaurds.
|
|
|
|
|