We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c5360 commit 4c0ee66Copy full SHA for 4c0ee66
tests/test_aiohttp.py
@@ -30,7 +30,7 @@ async def handle_request(self, message, payload):
30
await response.write_eof()
31
32
f = self.loop.create_server(
33
- lambda: HttpRequestHandler(keep_alive=False),
+ lambda: HttpRequestHandler(keepalive_timeout=1),
34
'0.0.0.0', '0')
35
srv = self.loop.run_until_complete(f)
36
0 commit comments