Catch all botan exception when sending data, not just TLS On invalid ASN1 file or things that are not specific to TLS only, botan throws other exceptions, and we need to catch those as well. fix #3460
1 files changed, 1 insertions(+), 1 deletions(-) M src/network/tcp_socket_handler.cpp
M src/network/tcp_socket_handler.cpp => src/network/tcp_socket_handler.cpp +1 -1