Commit c25798d1 authored by Denis Bilenko's avatar Denis Bilenko

fix a comment

parent c24ad29c
...@@ -64,7 +64,7 @@ class HTTPServer(object): ...@@ -64,7 +64,7 @@ class HTTPServer(object):
self.socket = [] self.socket = []
#2. Set "keep-alive" connections to "close" #2. Set "keep-alive" connections to "close"
# TODO # TODO
#3a. set low timeout (min(1s, timeout or 1)) on events belonging to connection (to kill long-polling connections #3a. set low timeout (min(1s, timeout or 1)) on events belonging to connection (to kill long-polling connections)
# TODO # TODO
#3. Wait until every connection is closed or timeout expires #3. Wait until every connection is closed or timeout expires
if self._requests: if self._requests:
......
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