You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#33302441 mock-server warns about tls::zero_return
Problem
=======
When closing a connection to the mysql_server_mock its error-log
contains:
tls::zero_return
which is return by openssl on connection-close.
Change
======
- map tls::zero_return to net::stream_errc::eof which does the same
and is properly suppressed.
RB: 26936
0 commit comments