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

@ -112,7 +112,6 @@ class MjpegCamera(Camera):
response = web.StreamResponse()
response.content_type = stream.headers.get(CONTENT_TYPE_HEADER)
response.enable_chunked_encoding()
yield from response.prepare(request)