Skip to content

ConnectTimeoutException didn't catch #163

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

Closed
hustfyb opened this issue Jan 11, 2013 · 4 comments
Closed

ConnectTimeoutException didn't catch #163

hustfyb opened this issue Jan 11, 2013 · 4 comments

Comments

@hustfyb
Copy link

hustfyb commented Jan 11, 2013

add same code as SocketTimeoutException.

@cesards
Copy link

cesards commented Jan 28, 2013

Same here. When there is no connection... it's not caught

@rogerthomas84
Copy link

As per the Android Developer site (http://developer.android.com/training/basics/network-ops/connecting.html), you should establish the status of the connection prior to calling a http request.
I agree with the idea that this library could do this, but I don't feel it's an integral part of it. Checking connection status yourself will allow you to identify what type of connection is available etc.
Personally I wouldn't want this to be part of this package.

@smarek
Copy link
Member

smarek commented Oct 14, 2013

Fixed with #192

@smarek smarek closed this as completed Oct 14, 2013
@rogerthomas84
Copy link

@smarek thank you 😄

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

4 participants