Merge pull request #125 from clenimar/fix-comments
Fix comments over-indentation
This commit is contained in:
commit
3a1ef6bef2
|
@ -45,8 +45,7 @@ class HttpProtocol(asyncio.Protocol):
|
||||||
self._total_request_size = 0
|
self._total_request_size = 0
|
||||||
self._timeout_handler = None
|
self._timeout_handler = None
|
||||||
|
|
||||||
# -------------------------------------------- #
|
# -------------------------------------------- #
|
||||||
|
|
||||||
# Connection
|
# Connection
|
||||||
# -------------------------------------------- #
|
# -------------------------------------------- #
|
||||||
|
|
||||||
|
@ -64,8 +63,7 @@ class HttpProtocol(asyncio.Protocol):
|
||||||
def connection_timeout(self):
|
def connection_timeout(self):
|
||||||
self.bail_out("Request timed out, connection closed")
|
self.bail_out("Request timed out, connection closed")
|
||||||
|
|
||||||
# -------------------------------------------- #
|
# -------------------------------------------- #
|
||||||
|
|
||||||
# Parsing
|
# Parsing
|
||||||
# -------------------------------------------- #
|
# -------------------------------------------- #
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user