We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48e9de3 + 1511afb commit 55acc81Copy full SHA for 55acc81
1 file changed
src/config/endpoint.cpp
@@ -55,7 +55,7 @@ endpoint::endpoint(const asio::endpoint& uri) NOEXCEPT
55
}
56
57
endpoint::endpoint(const asio::address& ip, uint16_t port) NOEXCEPT
58
- : endpoint(config::to_host(ip), port)
+ : endpoint(config::to_literal(ip), port)
59
{
60
61
0 commit comments