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
e42c786e
Commit
e42c786e
authored
Feb 11, 2009
by
Baiju Muthukadan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete code comment
(
https://bugs.launchpad.net/bugs/280020
)
parent
47ddd922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
21 deletions
+1
-21
src/ZServer/medusa/http_server.py
src/ZServer/medusa/http_server.py
+1
-21
No files found.
src/ZServer/medusa/http_server.py
View file @
e42c786e
...
...
@@ -527,27 +527,7 @@ class http_channel (asynchat.async_chat):
# no handlers, so complain
r
.
error
(
404
)
#def writable (self):
# # this is just the normal async_chat 'writable', here for comparison
# return self.ac_out_buffer or len(self.producer_fifo)
#def writable_for_proxy (self):
# # this version of writable supports the idea of a 'stalled' producer
# # [i.e., it's not ready to produce any output yet] This is needed by
# # the proxy, which will be waiting for the magic combination of
# # 1) hostname resolved
# # 2) connection made
# # 3) data available.
# if self.ac_out_buffer:
# return 1
# elif len(self.producer_fifo):
# p = self.producer_fifo.first()
# if hasattr (p, 'stalled'):
# return not p.stalled()
# else:
# return 1
# ===========================================================================
# HTTP Server Object
# ===========================================================================
...
...
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