merged all proxy settings into a single one
This commit is contained in:
@@ -254,8 +254,8 @@ void test_transfer(int proxy_type, bool test_disk_full = false, bool test_allowe
|
||||
ps.username = "testuser";
|
||||
ps.password = "testpass";
|
||||
ps.type = (proxy_settings::proxy_type)proxy_type;
|
||||
ses1.set_tracker_proxy(ps);
|
||||
ses2.set_tracker_proxy(ps);
|
||||
ses1.set_proxy(ps);
|
||||
ses2.set_proxy(ps);
|
||||
}
|
||||
|
||||
session_settings sett;
|
||||
|
@@ -73,7 +73,7 @@ void test_transfer(boost::intrusive_ptr<torrent_info> torrent_file, int proxy, i
|
||||
ps.username = "testuser";
|
||||
ps.password = "testpass";
|
||||
ps.type = (proxy_settings::proxy_type)proxy;
|
||||
ses.set_web_seed_proxy(ps);
|
||||
ses.set_proxy(ps);
|
||||
}
|
||||
|
||||
add_torrent_params p;
|
||||
|
Reference in New Issue
Block a user