From 8dad7aba457d9213e60a373bb6e41cb684d98438 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sat, 4 May 2013 14:24:24 -0500 Subject: [PATCH] propogate handle setting through to the security policy --- websocketpp/transport/asio/connection.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/websocketpp/transport/asio/connection.hpp b/websocketpp/transport/asio/connection.hpp index 2274725b04..df64c6c952 100644 --- a/websocketpp/transport/asio/connection.hpp +++ b/websocketpp/transport/asio/connection.hpp @@ -461,6 +461,7 @@ protected: */ void set_handle(connection_hdl hdl) { m_connection_hdl = hdl; + socket_con_type::set_handle(hdl); } /// Trigger the on_interrupt handler