mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Correct typo; https://github.com/mitmproxy/mitmproxy/issues/319
This commit is contained in:
parent
10f81e596b
commit
5916767e03
@ -1332,7 +1332,7 @@ class HTTPHandler(ProtocolHandler):
|
||||
# incrementally:
|
||||
h = flow.response._assemble_head(preserve_transfer_encoding=True)
|
||||
self.c.client_conn.send(h)
|
||||
for chunk in callabe(flow.response.stream) and \
|
||||
for chunk in callable(flow.response.stream) and \
|
||||
flow.response.stream(http.read_http_body_chunked(self.c.server_conn.rfile,
|
||||
flow.response.headers,
|
||||
self.c.config.body_size_limit, flow.request.method,
|
||||
|
Loading…
Reference in New Issue
Block a user