felipenoris / hyper-reverse-proxy

A simple reverse proxy for use with Hyper and Tokio
Apache License 2.0
181 stars 63 forks source link

what about connection pool to improve performance #10

Open maoge opened 4 years ago

maoge commented 4 years ago

hyper_reverse_proxy::call every time need create and destroy connection to the reserse address, if add a new feature "keepalive a conntion pool" may improve performance awaresome.

somehowchris commented 2 years ago

I’m not sure if making the client of hyper a static one as in #27 is a good idea or a security nightmare

somehowchris commented 2 years ago

@felipenoris this is kinda not anymore the scope of the library, right? As now the implementer would have to supply the hyper client #27