mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Remove chunked encoding (#4230)
This commit is contained in:
@@ -271,7 +271,6 @@ class SynologyCamera(Camera):
|
||||
|
||||
response = web.StreamResponse()
|
||||
response.content_type = stream.headers.get(CONTENT_TYPE_HEADER)
|
||||
response.enable_chunked_encoding()
|
||||
|
||||
yield from response.prepare(request)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user