diff --git a/trunk/ripnews/news/article.rb b/trunk/ripnews/news/article.rb index eeef70b..7de7c9a 100644 --- a/trunk/ripnews/news/article.rb +++ b/trunk/ripnews/news/article.rb @@ -1018,7 +1018,7 @@ def quit for server in @connections.keys begin @connections[server]["nntp"].quit - rescue Errno::ECONNRESET + rescue Errno::EPIPE, Errno::ECONNRESET end end end