[Ddclient-forum] [ ddclient-Bugs-1085110 ] -timeout ignored
Brought to you by:
supersandro2000,
wimpunk
|
From: SourceForge.net <no...@so...> - 2007-10-29 20:26:30
|
Bugs item #1085110, was opened at 2004-12-14 13:35 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1085110&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: current version >Status: Open Resolution: None Priority: 5 Private: No Submitted By: J. Randall Owens (karmannjro) Assigned to: darin (ddfisher) Summary: -timeout ignored Initial Comment: It looks like, althought the builtin documentation and variables describe a -timeout= option, when IO::Socket::INET->new is called in geturl at line 1546, it isn't given as an argument to it. I won't bother with a patch for this one, it just needs a ", Timeout => opt('timeout')" stuck in those arguments somewhere. ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2007-10-29 20:26 Message: Logged In: YES user_id=722282 Originator: NO It looks like the problem is back. It happens when using ssl. Do you have the patch you applied somewhere? I found a message about it in the ChangeLog but could't find the patch... wimpunk. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2007-05-21 15:23 Message: Logged In: YES user_id=722282 Originator: NO Has been patched almost a year ago by ddfisher (tnx again) ---------------------------------------------------------------------- Comment By: darin (ddfisher) Date: 2006-06-06 07:30 Message: Logged In: YES user_id=1534437 added the timeout to the IO::Socket call to help with the initial connection. timeout is already being used when reading from the current connection ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2005-01-02 13:05 Message: Logged In: YES user_id=722282 you're always welcome to write the patch. wimpunk. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1085110&group_id=116817 |