From 8ddcc87ee136ede5b8185ef0e358277946ec70f1 Mon Sep 17 00:00:00 2001 From: abitmore Date: Fri, 1 May 2020 19:43:29 -0400 Subject: [PATCH] Add todo --- include/fc/network/http/websocket.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/fc/network/http/websocket.hpp b/include/fc/network/http/websocket.hpp index 4b2776e..c04d1d4 100644 --- a/include/fc/network/http/websocket.hpp +++ b/include/fc/network/http/websocket.hpp @@ -15,6 +15,8 @@ namespace fc { namespace http { class websocket_tls_client_impl; } // namespace detail + // TODO refactor code, move stuff used by server or client only to derived class(es), + // E.G. it seems get_request_header and on_http* are for server only. class websocket_connection { public: