bugfix
This commit is contained in:
parent
4ce3f10fc0
commit
9fb88e923a
@ -34,7 +34,7 @@ class ProxyProcessor(BaseProcessor):
|
||||
self.retResponse = web.StreamResponse(
|
||||
headers = headers,
|
||||
status = res.status
|
||||
body=body
|
||||
,body=body
|
||||
)
|
||||
# await self.retResponse.prepare(request)
|
||||
async for chunk in res.content.iter_chunked(chunk_size):
|
||||
|
Loading…
Reference in New Issue
Block a user