We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e2760 commit be5e36fCopy full SHA for be5e36f
websocketpp/transport/asio/connection.hpp
@@ -703,7 +703,6 @@ class connection : public config::socket_type::socket_con_type {
703
if (!m_proxy_data) {
704
m_elog->write(log::elevel::library,
705
"assertion failed: !m_proxy_data in asio::connection::proxy_read");
706
- m_proxy_data->timer->cancel();
707
callback(make_error_code(error::general));
708
return;
709
}
0 commit comments