mamantoha / http_proxy

A HTTP Proxy server and client written in Crystal
MIT License
39 stars 6 forks source link

Pooling connections to the proxy #31

Open syeopite opened 1 year ago

syeopite commented 1 year ago

Hello,

I was wondering if it is currently possible to pool together connections to the proxy?

I'm working on integrating this shard into a large application that makes a ton of requests to the same source. Having some way to reuse connections to the proxy will probably improve performance by quite a bit.

Thanks Syeopite