Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what about connection pool to improve performance #10

Open
maoge opened this issue May 11, 2020 · 2 comments
Open

what about connection pool to improve performance #10

maoge opened this issue May 11, 2020 · 2 comments

Comments

@maoge
Copy link

maoge commented May 11, 2020

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
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants