benoitc / hackney

simple HTTP client in Erlang
Other
1.34k stars 427 forks source link

make checkout synchronous again #686

Closed benoitc closed 3 years ago

benoitc commented 3 years ago

This changes remove the intermediate process to checkout a process. When we reply asynchronously we also check if the proces that will receive the message is alive.. This should remove any unwanted messages when a request timeout.

Changes:

benoitc commented 3 years ago

fix #683