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

How do I use persistent connections (keepalives) in the client? #255

Closed
jkleint opened this issue Jan 19, 2015 · 2 comments
Closed

How do I use persistent connections (keepalives) in the client? #255

jkleint opened this issue Jan 19, 2015 · 2 comments
Labels
A-client Area: client.

Comments

@jkleint
Copy link
Contributor

jkleint commented Jan 19, 2015

Re-using a Client and adding the KeepAlive header doesn't seem to do it. If this is possible, can anybody share the basic idea or a quick example?

@seanmonstar
Copy link
Member

It's not currently built into the Client. You could do so manually, using
Request and Response. But my next planned feature is a keepalive in the
Client.

On Sun, Jan 18, 2015, 4:09 PM jkleint [email protected] wrote:

Re-using a Client and adding the KeepAlive header doesn't seem to do it.
If this is possible, can anybody share the basic idea or a quick example?


Reply to this email directly or view it on GitHub
#255.

@reem reem added the A-client Area: client. label Jan 19, 2015
@reem
Copy link
Contributor

reem commented Jan 19, 2015

Closing as a dupe of #41

@reem reem closed this as completed Jan 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client.
Projects
None yet
Development

No branches or pull requests

3 participants