From 7bbfaa78bcbcc3387788f88916bf735b99aa51cf Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 6 Jan 2013 09:16:11 -0600 Subject: [PATCH] connection forwards handle to transport --- websocketpp/connection.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/websocketpp/connection.hpp b/websocketpp/connection.hpp index 5c40653cb6..6f517e5388 100644 --- a/websocketpp/connection.hpp +++ b/websocketpp/connection.hpp @@ -197,6 +197,7 @@ public: */ void set_handle(connection_hdl hdl) { m_connection_hdl = hdl; + transport_type::set_handle(hdl); } /// Get Connection Handle