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