From 0fd3ccd4c5e8166c7889c5963ca78a8a06e5c8e6 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 13 Dec 2020 08:09:19 +0100 Subject: [PATCH] Explain why a connection-sharing test is known to fail ... when using "https://p.p/" as CGI prefix. --- regression-tests.action | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/regression-tests.action b/regression-tests.action index d8b63c43..f28da186 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -606,6 +606,11 @@ TAG:^Connection: close$ TAG:^connection-sharing disabled$ {} +# XXX: This test is expected to fail when using "https://p.p/" +# as CGI prefix with https inspection enabled but can't +# yet be automatically skipped. By design connections aren't +# shared when using "https://" so Privoxy does not remove the +# header. # Set Header = Connection: close # Expect Header = REMOVAL # Level = 16 -- 2.39.2