mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Make http/connection_retry off-by-default
This commit is contained in:
parent
f2925d78b6
commit
5bc290e247
@ -3701,7 +3701,8 @@ struct testcase_t http_testcases[] = {
|
||||
HTTP(stream_in_cancel),
|
||||
|
||||
HTTP(connection_fail),
|
||||
HTTP(connection_retry),
|
||||
{ "connection_retry", http_connection_retry_test, TT_ISOLATED|TT_OFF_BY_DEFAULT, &basic_setup, NULL },
|
||||
|
||||
HTTP(data_length_constraints),
|
||||
|
||||
HTTP(ipv6_for_domain),
|
||||
|
@ -404,6 +404,7 @@ const char *finetimetests[] = {
|
||||
"+util/monotonic_res_precise",
|
||||
"+util/monotonic_res_fallback",
|
||||
"+thread/deferred_cb_skew",
|
||||
"+http/connection_retry",
|
||||
NULL
|
||||
};
|
||||
struct testlist_alias_t testaliases[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user