diff --git a/trunk/ripnews/news/article.rb b/trunk/ripnews/news/article.rb index 248c590..7ba090b 100644 --- a/trunk/ripnews/news/article.rb +++ b/trunk/ripnews/news/article.rb @@ -1,4 +1,4 @@ -# $Dwarf: article.rb,v 1.109 2005/02/07 08:53:43 ward Exp $ +# $Dwarf: article.rb,v 1.110 2005/03/01 19:55:32 ward Exp $ # $Source$ # @@ -141,7 +141,7 @@ def reconnect(server) # helpt dit in geheugen gebruik? : Volgens mij niet #@connections[server].delete("nntp") #GC.start - rescue Errno::EPIPE, Errno::ECONNRESET, EOFError + rescue Errno::EPIPE, Errno::ECONNRESET, EOFError, Errno::ETIMEDOUT end begin sleep 3