-
Notifications
You must be signed in to change notification settings - Fork 61
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
Timeouts #99
Timeouts #99
Conversation
@benhinssen Thanks, let me find someone who can review this pull request |
@pinaf review this one please |
@dmarkov Thanks! |
@benhinssen there are a lot of checkstyle violations in the build logs. please fix those first. |
@pinaf I made sure qulice returns only one error, and that is naming convention. I implemented that one can set both the read as connect timeout, so the parameters are called readTimeout and connectTimeout. Please advise and I will refactor accordingly. |
@benhinssen is this related to an open issue? If so, please make a reference to it on the first comment :) |
.setCircularRedirectsAllowed(false) | ||
.setRedirectsEnabled(false) | ||
.build() | ||
RequestConfig.custom() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benhinssen indentation is broken here (too much)
@benhinssen great! thanks! |
@rultor merge |
@yegor256 Thanks! |
@yegor256 Will there be a new release with this soon? |
@rultor release, tag is |
@yegor256 Oops, I failed. You can see the full log here (spent 9min)
|
|
@rultor release, tag is |
@rultor deploy pls |
Fixes #91
Added the possibility to specify a timeout on the UrlConnection / HttpRequest, both in the ApacheRequest and the JdkRequest.
Please advise on my changes. If anything needs to be changed in order to be merged back, please let me know.
Thanks!