[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server - HTTPResponse.py:1.1.2.3
Shane Hathaway
shane@digicool.com
Fri, 16 Nov 2001 12:40:03 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Server
In directory cvs.zope.org:/tmp/cvs-serv25196
Modified Files:
Tag: Zope-3x-branch
HTTPResponse.py
Log Message:
bugfix
=== Zope3/lib/python/Zope/Server/HTTPResponse.py 1.1.2.2 => 1.1.2.3 ===
# should this be integrated into the HTTPResponse constructor?
- response=ZServerHTTPResponse(stdout=ChannelPipe(request), stderr=StringIO())
+ response=ZServerHTTPResponse(ChannelPipe(request))
response._http_version=request.version
response._http_connection=(
http_server.get_header(http_server.CONNECTION, request.header)).lower()