Skip to content

Commit

Permalink
Actually fix chunking
Browse files Browse the repository at this point in the history
  • Loading branch information
lverrall committed Oct 24, 2019
1 parent cdffac6 commit 6fa8289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urllib3/connectionpool.py
Expand Up @@ -839,7 +839,7 @@ def drain_and_release_conn(response):
timeout=timeout,
pool_timeout=pool_timeout,
release_conn=release_conn,
chunked=False,
chunked=chunked,
body_pos=body_pos,
**response_kw
)
Expand Down

0 comments on commit 6fa8289

Please sign in to comment.