akkoma/lib/pleroma/http/adapter_helper
rinpatch d34fe2840d HTTP: radically simplify pool checkin/checkout
Use a custom tesla middleware instead of adapter helper function +
custom redirect middleware.

This will also fix "Client died before releasing the connection"
messages when the request pool is overloaded. Since the checkout is
now done after passing ConcurrentLimiter.

This is technically less efficient, since the connection needs to be
checked in/out every time the middleware is left or entered respectively.
But I don't think the nanoseconds we might lose on redirects
to the same host are worth the complexity.
2020-09-03 23:44:13 +03:00
..
default.ex Use a custom pool-aware FollowRedirects middleware 2020-07-15 15:26:35 +03:00
gun.ex HTTP: radically simplify pool checkin/checkout 2020-09-03 23:44:13 +03:00
hackney.ex HTTP: radically simplify pool checkin/checkout 2020-09-03 23:44:13 +03:00