I've got application abort caused by an exception thrown in the io_service thread from the method
#6 0x00007ff21c2eb414 in websocketpp::connection<websocketpp::config::asio_tls>::atomic_state_change (this=<value optimized out>, internal_req=websocketpp::session::internal_state::READ_HTTP_RESPONSE, msg=<value optimized out>, external_dest=<value optimized out>,
external_req=<value optimized out>, internal_dest=<value optimized out>) at /srv/bender2/slave/release/build/3rdParty/env-Debian-6.0.5/include/websocketpp/impl/connection_impl.hpp:1609
#7 0x00007ff21c356529 in websocketpp::connection<websocketpp::config::asio_tls>::handle_read_http_response (this=0xe86320, ec=<value optimized out>, bytes_transferred=129)
at /srv/bender2/slave/release/build/3rdParty/env-Debian-6.0.5/include/websocketpp/impl/connection_impl.hpp:1325
As far as I can see, m_state == state::closed, while it is required to state::connecting. Any thoughts how it should be handled?