Commit 26ae4b8f authored by Elvis Pranskevichus's avatar Elvis Pranskevichus

servers: Unbreak aiohttp

parent 210f3221
......@@ -121,7 +121,6 @@ def aiohttp_server(loop, addr):
if resp is None:
resp = b'X' * payload_size
_RESP_CACHE[payload_size] = resp
response.write(resp)
return web.Response(body=resp)
app = web.Application(loop=loop)
......
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