From 92f1c5a1258893f24b4236a31983a5cf1a5b262a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 18 Oct 2008 16:37:12 +0000 Subject: [PATCH] Ignore two tests that are only correct if FEATURE_CONNECTION_KEEP_ALIVE is disabled. --- regression-tests.action | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/regression-tests.action b/regression-tests.action index 6e6053c8..98dc63c0 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.17 2008/09/20 10:04:33 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.18 2008/09/20 10:11:13 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -415,10 +415,14 @@ TAG:^filter\{banners-by-size\}$ } TAG:^no-content-filter$ +# XXX: We should be able to check for +# FEATURE_CONNECTION_KEEP_ALIVE and act accordingly. # Set Header = Connection: keep-alive # Expect Header = Connection: close +# Ignore = Yes # Set Header = Connection: # Expect Header = Connection: close +# Ignore = Yes {} TAG:^Connection: close$ -- 2.39.2