[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py Make new coverage pass.

Tres Seaver tseaver at palladion.com
Fri May 28 17:11:08 EDT 2010


Log message for revision 112825:
  Make new coverage pass.

Changed:
  U   Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py

-=-
Modified: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py
===================================================================
--- Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py	2010-05-28 21:11:06 UTC (rev 112824)
+++ Zope/branches/tseaver-fix_wsgi/src/ZPublisher/WSGIPublisher.py	2010-05-28 21:11:07 UTC (rev 112825)
@@ -38,10 +38,14 @@
     
     Most significantly, streaming is not (yet) supported.
     """
-    _streaming = 0
+    _streaming = _chunking = 0
     _http_version = None
     _server_version = None
     _http_connection = None
+
+    # Set this value to 1 if streaming output in
+    # HTTP/1.1 should use chunked encoding
+    http_chunk = 0
     
     def __str__(self):
 



More information about the Zope-Checkins mailing list