Fabrice Fontaine
75fdad1108
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 ).
(cherry picked from commit 1a1570fe0fa95bfc80b74de65e80dff9b7565b9e)
2012-03-06 20:06:29 -03:00
..
2006-07-06 12:37:29 +00:00
2012-02-25 23:46:35 -03:00
2010-06-26 11:09:06 +00:00
2012-03-05 10:33:30 -03:00
2012-03-06 20:06:29 -03:00
2007-08-06 02:07:41 +00:00
2010-10-21 00:52:09 -02:00
2006-07-04 02:44:17 +00:00
2010-12-19 19:09:35 -02:00