Remove drain

This commit is contained in:
Darren Burns
2024-08-26 14:52:49 +01:00
parent 137de8e878
commit 9f547d397d

View File

@@ -180,7 +180,6 @@ class Server:
async for chunk in self.download_manager.download(key):
await response.write(chunk)
await response.drain()
await response.write_eof()
return response