summaryrefslogtreecommitdiffstats
path: root/kioslave
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave')
-rw-r--r--kioslave/http/http.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/kioslave/http/http.cc b/kioslave/http/http.cc
index 4fa95780f..c8faf40cb 100644
--- a/kioslave/http/http.cc
+++ b/kioslave/http/http.cc
@@ -2850,6 +2850,7 @@ try_again:
m_responseHeader << TQString::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)