diff --git a/websocketpp/impl/connection_impl.hpp b/websocketpp/impl/connection_impl.hpp index 5e15f2cef4..0449e74661 100644 --- a/websocketpp/impl/connection_impl.hpp +++ b/websocketpp/impl/connection_impl.hpp @@ -1256,7 +1256,7 @@ void connection::send_http_request() { "Raw Handshake request:\n"+m_handshake_buffer); } - if (m_open_handshake_timeout_dur > 0 { + if (m_open_handshake_timeout_dur > 0) { m_handshake_timer = transport_con_type::set_timer( m_open_handshake_timeout_dur, lib::bind(