SVN: toys/rsget.pl/Get/TurboBit

pawelz pawelz at pld-linux.org
Wed Aug 18 11:38:56 CEST 2010


Author: pawelz
Date: Wed Aug 18 11:38:56 2010
New Revision: 11787

Modified:
   toys/rsget.pl/Get/TurboBit
Log:
- catch 'e502 Bad Gateway' error. Related to RSGETPL-40.

Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit	(original)
+++ toys/rsget.pl/Get/TurboBit	Wed Aug 18 11:38:56 2010
@@ -26,6 +26,7 @@
 	GET( $-{_uri} );
 
 	MULTI( "e404" ) if m#<head><title>404 Not Found</title></head>#;
+	MULTI( "e502, will try again" ) if m#<head><title>502 Bad Gateway</title></head>#;
 	ERROR( "file not found" ) if m#<div class="code-404">404</div>#;
 	ERROR( "file not found" ) if m#Файл не найден. Возможно он был удален|File was not found. It could possibly be deleted#;
 


More information about the pld-cvs-commit mailing list