From: Fabian Keil Date: Fri, 28 Feb 2020 07:42:05 +0000 (+0100) Subject: Only execute the dumb CONNECT method test when FEATURE_HTTPS_INSPECTION is unavailable X-Git-Tag: v_3_0_29~459 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=7103a34ad8e738518143957e49f8098f42179a56 Only execute the dumb CONNECT method test when FEATURE_HTTPS_INSPECTION is unavailable With FEATURE_HTTPS_INSPECTION the test is aborted with a timeout because Privoxy is waiting for an encrypted request which doesn't come. Sponsored by: Robert Klemme --- diff --git a/regression-tests.action b/regression-tests.action index ae056a9d..b151a71a 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -46,6 +46,7 @@ for-privoxy-version=3.0.27 # Level 22 needs = config line enable-proxy-authentication-forwarding\s+0 # Level 23 needs = config line enable-proxy-authentication-forwarding\s+1 # Level 24 needs = feature status FEATURE_CLIENT_TAGS Yes +# Level 25 needs = feature status FEATURE_HTTPS_INSPECTION No ####################################################### # Enable taggers to activate the tests on demand @@ -912,6 +913,7 @@ TAG:^Proxy-Authorization header forwarding$ # Method Test = OPTIONS # Method Test = TRACE # Method Test = CONNECT +# Level = 25 # Method Test = PROPFIND # Method Test = PROPPATCH # Method Test = MOVE