Explain why a connection-sharing test is known to fail
authorFabian Keil <fk@fabiankeil.de>
Sun, 13 Dec 2020 07:09:19 +0000 (08:09 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 14 Dec 2020 07:49:17 +0000 (08:49 +0100)
... when using "https://p.p/" as CGI prefix.

regression-tests.action

index d8b63c4..f28da18 100644 (file)
@@ -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