forked from premiere/premiere-libtorrent
fix test_web_seed_chunked
This commit is contained in:
parent
f36d360b8b
commit
0a67a2dd67
|
@ -50,12 +50,12 @@ TORRENT_TEST(url_seed_ssl)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TORRENT_TEST(web_seed_ssl)
|
TORRENT_TEST(web_seed)
|
||||||
{
|
{
|
||||||
run_http_suite(proxy, "http", 0, 1, 0);
|
run_http_suite(proxy, "http", 0, 1, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
TORRENT_TEST(url_seed_ssl)
|
TORRENT_TEST(url_seed)
|
||||||
{
|
{
|
||||||
run_http_suite(proxy, "http", 1, 1, 0);
|
run_http_suite(proxy, "http", 1, 1, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue