drogon
drogon copied to clipboard
Add an httpClient pool
A single httpClient cannot meet the needs of a large number of concurrent scenarios, and I believe it is necessary to add a httpClient pool
@an-tao 你觉得有没有必要集成一个 httpClient pool 的实现, 目前我们是自己实现了一个httpClient pool