Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
9de93c35
Commit
9de93c35
authored
Oct 05, 1999
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove misleading comment.
parent
5a16fc68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ZServer/HTTPResponse.py
ZServer/HTTPResponse.py
+1
-2
lib/python/ZServer/HTTPResponse.py
lib/python/ZServer/HTTPResponse.py
+1
-2
No files found.
ZServer/HTTPResponse.py
View file @
9de93c35
...
...
@@ -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
...
...
lib/python/ZServer/HTTPResponse.py
View file @
9de93c35
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment