hi everyone!
im writing a application with httpclient, which has to download files. im using the multithread connection manager with getmethods to download files. my problem is: when i cancel a file download (eg, stop reading from the input stream of the request) it doesnt seem to stop. and releaseConnection() takes quite a while to execute. i would like to stop the download immediately after stopping reading from the request input, but its just not working. thanks in advance wd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
