First off all sorry for my english.. so I do not know if I know what I want to express correctly.. hope so:
If I run in a AsyncTask doInBackground in the following:
URLConnection conexion = url.openConnection();
conexion.setConnectTimeout (time_out);
conexion.connect ();
but before I cancel a asyntask Connection TIMEOUT exception continues until the timeout is there by way of indicating to cancel the task to stop trying to connect?
Regards
Edit: Code from the asyntask http://pastebin.com/G60jKJ0n