diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-07 20:10:08 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-07 20:10:08 +0000 |
commit | f7279a489b22c536c0cf5916abbe66390072d8b2 (patch) | |
tree | 59682a9f6772edb36e999f50a6b20a6a6d685033 /kioslave/http | |
parent | c8554ed8c29bbd676e1b48eb23c0ead827d8313f (diff) | |
download | tdelibs-f7279a489b22c536c0cf5916abbe66390072d8b2.tar.gz tdelibs-f7279a489b22c536c0cf5916abbe66390072d8b2.zip |
* Imported all kdelibs bugfix patches from Chakra project
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1172682 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave/http')
-rw-r--r-- | kioslave/http/http.cc | 1 |
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) |