comment formatting

This commit is contained in:
Randall Leeds 2014-11-12 13:06:02 -08:00
parent 96a15b38a8
commit 14bbd1cfce

View File

@ -123,7 +123,7 @@ class AsyncWorker(base.Worker):
raise
except socket.error:
# If the original exception was a socket.error we delegate
# handling it to the caller (where handle() might ignore it
# handling it to the caller (where handle() might ignore it)
six.reraise(*sys.exc_info())
except Exception:
if resp and resp.headers_sent: