Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@wldaunfr
Copy link

See #520 for details.

Add deprecated null-implementation to not break existing clients.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd focus in how you can achieve a similar effect (e.g. setting the system property) and not in what the method used to do.

@rockihack
Copy link

Please remove System.setProperty("http.keepAlive", ...); soon. It's a nasty thing to modify global jvm settings. OAuth10aServiceImpl.getRequestToken() also uses OAuthRequest and keepAlive defaults to false. There is currently no way to modify this behavior and it results in large ssl overhead if you send many requests.

final OAuthRequest request = new OAuthRequest(api.getRequestTokenVerb(), api.getRequestTokenEndpoint(), this);

@kullfar
Copy link
Member

kullfar commented Feb 26, 2016

outdated. In case it's actual, rebase on the master pls

@kullfar kullfar closed this Feb 26, 2016
@rockihack
Copy link

The issue is not outdated.
As long as you use System.setProperty("http.keepAlive", ...); it remains the same.
I tested it with latest release 2.3.0.

@kullfar
Copy link
Member

kullfar commented Feb 29, 2016

yep. you are right. reopening the issue

@kullfar kullfar reopened this Feb 29, 2016
@kullfar
Copy link
Member

kullfar commented Jul 22, 2016

eventually have merged ;-) Thx to all

@kullfar
Copy link
Member

kullfar commented Oct 11, 2016

fixed

@kullfar kullfar closed this Oct 11, 2016
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

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.