From f4cf80c48566bbcfc9287c482760acfe0c3af284 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 13 May 2009 19:26:22 +0000 Subject: [PATCH] If the new keep-alive code is enabled, Keep-Alive headers are passed. --- regression-tests.action | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/regression-tests.action b/regression-tests.action index 21a03f45..5d395951 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.21 2009/02/15 14:49:10 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.22 2009/02/22 15:07:58 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -27,7 +27,7 @@ ############################################################################# {{settings}} -for-privoxy-version=3.0.11 +for-privoxy-version=3.0.13 # Some dependencies Privoxy-Regression-Test should know about: # @@ -476,9 +476,15 @@ TAG:^No Host header$ {} TAG:^Host header other than the target host$ -# XXX: check the RFC to use a real value -# Set Header = Keep-Alive: Yes +# Set Header = Keep-Alive: 20 +# Expect Header = NO CHANGE +# Level = 13 +{} +TAG:^Pass Keep-Alive header$ + +# Set Header = Keep-Alive: 20 # Expect Header = REMOVAL +# Level = 14 {} TAG:^Keep-Alive header removal$ -- 2.39.2