mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
send absolute authority to proxy init
This commit is contained in:
@@ -376,7 +376,7 @@ protected:
|
||||
lib::error_code ec;
|
||||
|
||||
uri_ptr pu(new uri(proxy));
|
||||
ec = tcon->proxy_init(u->get_host_port());
|
||||
ec = tcon->proxy_init(u->get_authority());
|
||||
if (ec) {
|
||||
cb(tcon->get_handle(),ec);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user