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

Improve client usability #18

Open
pOctav opened this issue Dec 11, 2017 · 1 comment
Open

Improve client usability #18

pOctav opened this issue Dec 11, 2017 · 1 comment

Comments

@pOctav
Copy link
Collaborator

pOctav commented Dec 11, 2017

The client should be usable without defining a new instance for each new host:port. The logic from the client for connection reusability should be moved inside HTTP2ClientConnection.

@vladmunteanu
Copy link
Owner

Once this is implemented, we can go back to only one instance of client per ioloop, as tornado does it.
We could look into using tornado's AsyncHTTPClient as a base class and simplify our client.

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

No branches or pull requests

2 participants