th2c icon indicating copy to clipboard operation
th2c copied to clipboard

Improve client usability

Open pOctav opened this issue 8 years ago • 1 comments

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.

pOctav avatar Dec 11 '17 09:12 pOctav

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.

vladmunteanu avatar Jan 13 '18 19:01 vladmunteanu