Merge pull request #125 from clenimar/fix-comments

Fix comments over-indentation
This commit is contained in:
Eli Uriegas 2016-11-03 08:27:39 -06:00 committed by GitHub
commit 3a1ef6bef2

View File

@ -46,7 +46,6 @@ class HttpProtocol(asyncio.Protocol):
self._timeout_handler = None
# -------------------------------------------- #
# Connection
# -------------------------------------------- #
@ -65,7 +64,6 @@ class HttpProtocol(asyncio.Protocol):
self.bail_out("Request timed out, connection closed")
# -------------------------------------------- #
# Parsing
# -------------------------------------------- #