You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/09/03 16:53:22 UTC

DO NOT REPLY [Bug 45181] Added a timeout option to get task

https://issues.apache.org/bugzilla/show_bug.cgi?id=45181





--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2008-09-03 07:53:21 PST ---
your patch will only work if the download is actually writing to the stream. 
If it is just sitting there waiting for input and never writing, it won't get
interrupted - or will it?

I think we need to do it the other way around and fork the download into a
parallel thread that we can discard if the timeout occurs - no matter whether
it has already hit an IOException or not.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.