Remove chunked encoding (#4230)

This commit is contained in:
Paulus Schoutsen 2016-11-05 15:29:22 -07:00 committed by GitHub
parent 3f3127a290
commit 22c3d014aa
4 changed files with 0 additions and 4 deletions

View file

@ -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)