[Zope-Checkins] CVS: Zope - z2.py:1.67

Andreas Jung andreas@digicool.com
Fri, 7 Jun 2002 09:56:01 -0400


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv3732

Modified Files:
	z2.py 
Log Message:
forgot to include one hunk of the patch


=== Zope/z2.py 1.66 => 1.67 ===
 HTTP_ENV={}
 
+
+# Should we close all HTTP connections, ignoring the (usually absent)
+# 'Connection:' header?
+FORCE_HTTP_CONNECTION_CLOSE=0
+
+
 # Port for the special "WebDAV source view" HTTP handler.  There is no
 # standard port for this handler, which is disabled by default.
 WEBDAV_SOURCE_PORT=[]