From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 13 May 2009 19:26:22 +0000 (+0000)
Subject: If the new keep-alive code is enabled, Keep-Alive headers are passed.
X-Git-Tag: v_3_0_13~98
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/@default-cgi@show-url-info?a=commitdiff_plain;h=f4cf80c48566bbcfc9287c482760acfe0c3af284;p=privoxy.git

If the new keep-alive code is enabled, Keep-Alive headers are passed.
---

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$