You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a way to enable tor disable connection reuse with each request. How do I set the keep alive session in dsl. I am having hard time to figure out the way.
The text was updated successfully, but these errors were encountered:
Currently the library does not provide any method to set this behavior, but it should be quite easy to add. Do you think you can contribute with the PR?
You can also try as workaround to set the Connection header to close when you don't want to use keep alive for some connection.
I am looking for a way to enable tor disable connection reuse with each request. How do I set the keep alive session in dsl. I am having hard time to figure out the way.
The text was updated successfully, but these errors were encountered: