From 7103a34ad8e738518143957e49f8098f42179a56 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 28 Feb 2020 08:42:05 +0100 Subject: [PATCH] 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 --- regression-tests.action | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2