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:
parent
02f5b7886f
commit
a145079d95
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue