reading articles from server: news.wizeazz.nl

Time out, reconnecting to server (get_xhdr)
./net/nntp.rb:96:in `readline': Connection timed out (Errno::ETIMEDOUT)
        from ./net/nntp.rb:96:in `getline'
        from ./net/nntp.rb:103:in `getresp'
        from ./net/nntp.rb:129:in `shortcmd'
        from ./news/article.rb:69:in `shortcmd'
        from ./news/article.rb:68:in `synchronize'
        from ./news/article.rb:68:in `shortcmd'
        from ./net/nntp.rb:298:in `quit'
        from ./news/article.rb:85:in `quit'
         ... 7 levels...
        from /home/ward/worktrees/ripnews/ripnews.rb:644:in `main'
        from /home/ward/worktrees/ripnews/ripnews.rb:634:in `each'
        from /home/ward/worktrees/ripnews/ripnews.rb:634:in `main'
        from /home/ward/worktrees/ripnews/ripnews.rb:715
This commit is contained in:
Ward Wouts 2005-03-06 07:01:08 +00:00
parent 02f5b7886f
commit a145079d95

View file

@ -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$ # $Source$
# #
@ -141,7 +141,7 @@ def reconnect(server)
# helpt dit in geheugen gebruik? : Volgens mij niet # helpt dit in geheugen gebruik? : Volgens mij niet
#@connections[server].delete("nntp") #@connections[server].delete("nntp")
#GC.start #GC.start
rescue Errno::EPIPE, Errno::ECONNRESET, EOFError rescue Errno::EPIPE, Errno::ECONNRESET, EOFError, Errno::ETIMEDOUT
end end
begin begin
sleep 3 sleep 3