From 63d56b1f2f25d1add5bdc3868e19aa7db5b413a9 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Wed, 2 Jun 2004 21:07:29 +0000 Subject: [PATCH] catch another issue --- trunk/ripnews/news/article.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ripnews/news/article.rb b/trunk/ripnews/news/article.rb index 2c51f8d..7e237b3 100644 --- a/trunk/ripnews/news/article.rb +++ b/trunk/ripnews/news/article.rb @@ -1,4 +1,4 @@ -# $Dwarf: article.rb,v 1.81 2004/05/19 09:55:12 ward Exp $ +# $Dwarf: article.rb,v 1.82 2004/06/02 21:05:08 ward Exp $ # $Source$ # @@ -201,7 +201,7 @@ def get_group_info(server) else raise PermError, "#{$!}" end - rescue Errno::EPIPE, Errno::ECONNRESET, Errno::ETIMEDOUT, EOFError + rescue Errno::EPIPE, Errno::ECONNRESET, Errno::ETIMEDOUT, EOFError, Errno::EINVAL printerr(server) reconnect(server) retry