force_reconnecting_zombie_http_connection

找到了。新加的一个功能。可以检查到无法连接的僵尸进程,发的 request 一段时间没有 response,达到一定数量就会重启这个连接。
PS: emqx 的 http pool 是用的长连接做的。不需要每个请求都重建tcp 连接。
Ref:
https://github.com/emqx/emqx/pull/13942

https://github.com/emqx/emqx/issues/12974