send absolute authority to proxy init

This commit is contained in:
Peter Thorson
2013-05-05 17:28:25 -05:00
parent 3fcc3b6b75
commit b1f9e9b069

View File

@@ -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;