From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 13 Dec 2020 07:09:19 +0000 (+0100)
Subject: Explain why a connection-sharing test is known to fail
X-Git-Tag: v_3_0_30~270^2~15
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/documentation.html?a=commitdiff_plain;h=0fd3ccd4c5e8166c7889c5963ca78a8a06e5c8e6;p=privoxy.git

Explain why a connection-sharing test is known to fail

... when using "https://p.p/" as CGI prefix.
---

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