Skip to content

Commit

Permalink
FIx chunking in retry
Browse files Browse the repository at this point in the history
  • Loading branch information
lverrall committed Oct 24, 2019
1 parent 79e81f9 commit cdffac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/urllib3/connectionpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ def drain_and_release_conn(response):
timeout=timeout,
pool_timeout=pool_timeout,
release_conn=release_conn,
chunked=False,
body_pos=body_pos,
**response_kw
)
Expand Down

0 comments on commit cdffac6

Please sign in to comment.