mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Remove chunked encoding (#4230)
This commit is contained in:
@@ -75,7 +75,6 @@ class FFmpegCamera(Camera):
|
||||
|
||||
response = web.StreamResponse()
|
||||
response.content_type = 'multipart/x-mixed-replace;boundary=ffserver'
|
||||
response.enable_chunked_encoding()
|
||||
|
||||
yield from response.prepare(request)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user