From 7ec8ead573ea087dd16e0e3bfbcc8afe027e972d Mon Sep 17 00:00:00 2001 From: Alfredo Date: Fri, 21 Jun 2019 15:48:48 -0300 Subject: [PATCH] chanmge comment from hostname to IP --- src/network/http/websocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/http/websocket.cpp b/src/network/http/websocket.cpp index 24ea499..d5e9e46 100644 --- a/src/network/http/websocket.cpp +++ b/src/network/http/websocket.cpp @@ -169,7 +169,7 @@ namespace fc { namespace http { } /**** - * @brief retrieves the remote hostname + * @brief retrieves the remote IP address * * @param forward_header_key the key to look at in the request header * @returns the value in the header, otherwise the remote endpoint