Cleanup of previous commit.
[core.git] / inc / classes / main / client / http / class_HttpClient.php
index 32c28419de8cb0cfd9f829ac7f0499d933255451..2eb47eed065ff96b9d2b96ce3a46e746d39e81cc 100644 (file)
@@ -97,7 +97,7 @@ class HttpClient extends BaseClient implements Client {
        }
 
        /**
-        * Sends a raw HTTP request out to given host/port
+        * Sends a raw HTTP request out to given IP/host and port number
         *
         * @param       $method                 Request method (GET, POST, HEAD, CONNECT, ...)
         * @param       $host                   Host to connect to