Fabrice Fontaine 1a1570fe0f SF Bug Tracker id 3497140 - Bug fix in http_get_code_text
Submitted: Fabrice Fontaine ( ffontaine ) - 2012-03-05 13:07:03 PST

Replace if( statusCode < 100 && statusCode >= 600 ) which can't be true
by if( statusCode < 100 || statusCode >= 600 ).
2012-03-06 00:14:45 +01:00
..
2010-06-26 11:09:49 +00:00
2012-03-05 12:26:41 +01:00
2008-02-03 01:36:23 +00:00