rename http_settings class as http_proxy class

This commit is contained in:
spyhole
2005-08-24 23:08:26 +00:00
parent 84ddeacea0
commit 67527bec0b
14 changed files with 57 additions and 57 deletions

View File

@@ -448,7 +448,7 @@ namespace libtorrent
, port
, request_string
, c
, m_settings
, m_http_proxy
, auth));
}
else if (protocol == "udp")
@@ -458,7 +458,7 @@ namespace libtorrent
, hostname
, port
, c
, m_settings));
, m_http_proxy));
}
else
{