does this help
This commit is contained in:
parent
cbabade306
commit
0e2eba6000
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ def get_xhdr(server, range, header)
|
||||||
rescue Net::NNTP::RuntimeError
|
rescue Net::NNTP::RuntimeError
|
||||||
print "Caught Net::NNTP::RuntimeError reading from server #{server} (get_xhdr)\n"
|
print "Caught Net::NNTP::RuntimeError reading from server #{server} (get_xhdr)\n"
|
||||||
print "Error: #{$!}\n"
|
print "Error: #{$!}\n"
|
||||||
if ( $!.to_s =~ /^503/ )
|
if ( $!.to_s =~ /^503|^400/ )
|
||||||
reconnect(server)
|
reconnect(server)
|
||||||
get_group_info(server)
|
get_group_info(server)
|
||||||
retry
|
retry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue