mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
Remove drain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user