summaryrefslogtreecommitdiffhomepage
path: root/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'response.h')
-rw-r--r--response.h2
1 files changed, 1 insertions, 1 deletions
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