Skip to content

4.2.2

Choose a tag to compare

@benoitc benoitc released this 07 Jun 09:28
· 22 commits to master since this release

Fixed

  • Pool no longer crashes when a pooled connection dies during the liveness check. find_available could call hackney_conn:is_ready/1 on a connection that died right after the is_process_alive/1 check, and the resulting noproc exit took down the pool. The dead connection is now skipped. (#869)