fix web_seed_chunked test
This commit is contained in:
@@ -43,13 +43,10 @@ int test_main()
|
||||
int ret = 0;
|
||||
for (int url_seed = 0; url_seed < 2; ++url_seed)
|
||||
{
|
||||
for (int ban = 0; ban < 2; ++ban)
|
||||
{
|
||||
#ifdef TORRENT_USE_OPENSSL
|
||||
run_http_suite(proxy, "https", url_seed, 1, ban);
|
||||
run_http_suite(proxy, "https", url_seed, 1, 0);
|
||||
#endif
|
||||
run_http_suite(proxy, "http", url_seed, 1, ban);
|
||||
}
|
||||
run_http_suite(proxy, "http", url_seed, 1, 0);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user