Skip to content

Commit 6d59539

Browse files
author
Peter Thorson
committed
Merge branch 'pr/820' of https://github.com/stkaufer/websocketpp into stkaufer-pr/820
2 parents 1b11fd3 + be5e36f commit 6d59539

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)