From 8f359e6d35b778f4b8bbdafe2a0838925d6a19ab Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sat, 14 Dec 2013 09:37:16 -0600 Subject: [PATCH] typo --- websocketpp/impl/connection_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(