Remove chunked encoding (#4230)
This commit is contained in:
parent
3f3127a290
commit
22c3d014aa
4 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue