mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Upgrade to aiohttp 3 (#12921)
* Upgrade aiohttp to 3.0.6 * Fix tests * Fix aiohttp client stream test * Lint * Remove drain
This commit is contained in:
@@ -39,6 +39,7 @@ class CachingStaticResource(StaticResource):
|
||||
raise HTTPNotFound
|
||||
|
||||
|
||||
# pylint: disable=too-many-ancestors
|
||||
class CachingFileResponse(FileResponse):
|
||||
"""FileSender class that caches output if not in dev mode."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user