Commit 9de93c35 authored by Amos Latteier's avatar Amos Latteier

Remove misleading comment.

parent 5a16fc68
......@@ -257,8 +257,6 @@ class ZServerHTTPResponse(HTTPResponse):
t.write(data)
self._tempstart=e
stdout.write(file_part_producer(t,b,e), l)
# XXX add server headers, etc to write()
def _finish(self):
stdout=self.stdout
......@@ -274,6 +272,7 @@ class ZServerHTTPResponse(HTTPResponse):
self.stdout=None # need to break cycle?
self._request=None
class ChannelPipe:
"""Experimental pipe from ZPublisher to a ZServer Channel.
Should only be used by one thread at a time. Note also that
......
......@@ -257,8 +257,6 @@ class ZServerHTTPResponse(HTTPResponse):
t.write(data)
self._tempstart=e
stdout.write(file_part_producer(t,b,e), l)
# XXX add server headers, etc to write()
def _finish(self):
stdout=self.stdout
......@@ -274,6 +272,7 @@ class ZServerHTTPResponse(HTTPResponse):
self.stdout=None # need to break cycle?
self._request=None
class ChannelPipe:
"""Experimental pipe from ZPublisher to a ZServer Channel.
Should only be used by one thread at a time. Note also that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment