From 00ed7df1a09cad8862f2c586347f4f55c99681e5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Jan 2023 15:30:07 +0100 Subject: Consolidate HTTP+HTTPS via CRTP --- response.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'response.h') diff --git a/response.h b/response.h index 46de9d9..089c619 100644 --- a/response.h +++ b/response.h @@ -17,7 +17,7 @@ namespace response { response_type generate_response(request_type& req, Server& server); -// Get host:port e.g. reichwein.it:6543 +// Get host:port/path e.g. reichwein.it:6543/path1 std::string get_websocket_address(request_type& req, Server& server); } // namespace -- cgit v1.2.3