diff --git a/Client.cpp b/Client.cpp index a32a97a..c0a42b4 100644 --- a/Client.cpp +++ b/Client.cpp @@ -58,7 +58,7 @@ Client::Client(const std::string& addr, unsigned port) { # ifdef HAS_ADDRINFO // Connect to server if (connect(*connection, addrInfo->ai_addr, addrInfo->ai_addrlen) != 0) [[unlikely]] { - throw Exception("Connection for HTTP::Request has been declined"); + throw Exception("Connection has been refused"); } # else // Connect to server