From 890920e6c65aadc9363ae1429c166c71e9b0f053 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 13 Dec 2020 09:14:41 +0100 Subject: [PATCH] Explain why the "Set Header = Host: whatever.example.org" test is expected to fail ... when using a CGI prefix that starts with "https://". --- regression-tests.action | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/regression-tests.action b/regression-tests.action index f28da186..7409e6b1 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -629,6 +629,15 @@ TAG:^connection-sharing enabled$ TAG:^No Host header$ {} +# 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. The reason for the test +# failure is that Privoxy-Regression-Test only modifies +# the Host header for the CONNECT request, not for the +# actual request that follows. Changing that would not +# fix the test though as a modified Host header in the +# actual request would result in Privoxy attempting to +# connect to it. # Set Header = Host: whatever.example.org # Expect Header = NO CHANGE TAG:^Host header other than the target host$ -- 2.39.2