We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e9de3 commit 1511afbCopy full SHA for 1511afb
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