[Checkins] SVN: zope.publisher/branches/3.4/src/zope/publisher/http.py (comment) link to LP in case the redirection is lost

Christophe Combelles ccomb at free.fr
Fri Aug 15 05:04:11 EDT 2008


Log message for revision 89870:
  (comment) link to LP in case the redirection is lost
  

Changed:
  U   zope.publisher/branches/3.4/src/zope/publisher/http.py

-=-
Modified: zope.publisher/branches/3.4/src/zope/publisher/http.py
===================================================================
--- zope.publisher/branches/3.4/src/zope/publisher/http.py	2008-08-15 07:19:20 UTC (rev 89869)
+++ zope.publisher/branches/3.4/src/zope/publisher/http.py	2008-08-15 09:04:08 UTC (rev 89870)
@@ -216,6 +216,7 @@
         # but twisted.web2.wsgi.InputStream.readline() doesn't accept it.
         # See http://www.zope.org/Collectors/Zope3-dev/535 and
         #     http://twistedmatrix.com/trac/ticket/1451
+        #     https://bugs.launchpad.net/zope3/+bug/98284
         data = self.stream.readline()
         self.cacheStream.write(data)
         return data



More information about the Checkins mailing list