Commit 05d319c4 authored by Denis Bilenko's avatar Denis Bilenko

kill trailing whitespace

parent 5e86f916
......@@ -106,7 +106,6 @@ class HTTPServer(object):
def _cb_request(self, request):
try:
spawn = self.spawn
# we're setting the callback here anyway, because
request.connection.set_closecb(self)
self._requests.setdefault(request.connection._obj, []).append(request)
if spawn is None:
......
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