Arjan Scherpenisse

Results 22 issues of Arjan Scherpenisse

https://github.com/benoitc/hackney/commit/8f13ddac50d1626f8b9a47a08bd599e4efe1773d#diff-5ca728a70e904304b3b9c49f7397cd28afdae5b779aa400fbee9301ace6b9cf9R1104-R1132 This commit fetches (and discards) the body of the request of redirect responses when custom `:pool` option is used, to overcome some kind of resource leak. ``` iex(8)> Mix.install([{:hackney,...

#717, released in 1.24.0, releases/skips the body when a custom pool is used and a redirect (30X) response is received. However, in this case it still returns `{ok, Status, Headers,...