--- a/kioslave/http/http.cc
+++ b/kioslave/http/http.cc
@@ -2842,7 +2842,7 @@ try_again:
     // calling application later
     m_responseHeader << QString::fromLatin1(buf);
 
-    if ((strncasecmp(buf, "HTTP", 4) == 0) ||
+    if ((strncasecmp(buf, "HTTP/", 5) == 0) ||
         (strncasecmp(buf, "ICY ", 4) == 0)) // Shoutcast support
     {
       if (strncasecmp(buf, "ICY ", 4) == 0)
