akkoma/lib/pleroma/gun
rinpatch 7115c5f82e ConnectionPool.Worker: do not stop with an error when there is a timeout
This produced error log messages about GenServer termination
every time the connection was not open due to a timeout.

Instead we stop with `{:shutdown, <gun_error>}` since shutting down
when the connection can't be established is normal behavior.
2020-07-15 15:58:08 +03:00
..
connection_pool ConnectionPool.Worker: do not stop with an error when there is a timeout 2020-07-15 15:58:08 +03:00
api.ex Connection pool: fix connections being supervised by gun_sup 2020-07-15 15:26:35 +03:00
conn.ex host is now useless 2020-07-15 15:26:35 +03:00
connection_pool.ex ConnectionPool.Worker: do not stop with an error when there is a timeout 2020-07-15 15:58:08 +03:00
gun.ex little refactor 2020-03-06 21:04:18 +03:00