This commit is contained in:
abitmore 2020-05-01 19:43:29 -04:00
parent e778cf1520
commit 8ddcc87ee1

View file

@ -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: