[Zope-Checkins] CVS: Packages/App - config.py:1.4.2.9
Stefan H. Holek
stefan at epy.co.at
Mon Nov 29 12:54:34 EST 2004
Update of /cvs-repository/Packages/App
In directory cvs.zope.org:/tmp/cvs-serv17304/lib/python/App
Modified Files:
Tag: Zope-2_7-branch
config.py
Log Message:
ZServer.HTTPServer should work in unit tests.
=== Packages/App/config.py 1.4.2.8 => 1.4.2.9 ===
--- Packages/App/config.py:1.4.2.8 Mon Jul 26 13:38:07 2004
+++ Packages/App/config.py Mon Nov 29 12:54:33 2004
@@ -94,3 +94,6 @@
self.rest_output_encoding = default_enc
self.rest_header_level = 3
self.rest_language_code = 'en'
+
+ # ZServer.HTTPServer
+ self.http_header_max_length = 8196
More information about the Zope-Checkins
mailing list