Warwick Poole <[EMAIL PROTECTED]> writes: > I want to set a timeout of 5 seconds on a wget http fetch. I have > tried -T --timeout etc in the command line and in a .wgetrc > file. wget does not seem to obey these directives.
You have probably encountered the problem that Wget's "timeout" is not honored for connect timeouts, only for reads. We plan to fix that for the next release.
