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

Subsequent calls to Unirest.delete(url) results in SocketTimeoutException #28

Open
joshgontijo opened this issue Oct 12, 2017 · 0 comments

Comments

@joshgontijo
Copy link
Owner

From #171

Subsequent calls after a call to Unirest.delete(url), results in a java.net.SocketTimeoutException: Read timed out exception.

For example

Unirest.delete(url)
Unirest.delete(url)
will result in a socket timeout on the second call.

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

No branches or pull requests

1 participant