does this help

This commit is contained in:
Ward Wouts 2002-10-28 20:48:40 +00:00
parent cbabade306
commit 0e2eba6000

View file

@ -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