Skip to content

Commit be5e36f

Browse files
author
Steve Kaufer
committed
Removed call into NULL member variable m_proxy_data
1 parent 72e2760 commit be5e36f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

websocketpp/transport/asio/connection.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ class connection : public config::socket_type::socket_con_type {
703703
if (!m_proxy_data) {
704704
m_elog->write(log::elevel::library,
705705
"assertion failed: !m_proxy_data in asio::connection::proxy_read");
706-
m_proxy_data->timer->cancel();
707706
callback(make_error_code(error::general));
708707
return;
709708
}

0 commit comments

Comments
 (0)