Deal with Shoutcast servers, which return "ICY 200 OK", but are otherwise
authorDan Winship <danw@src.gnome.org>
Wed, 16 Jan 2008 22:00:32 +0000 (22:00 +0000)
committerDan Winship <danw@src.gnome.org>
Wed, 16 Jan 2008 22:00:32 +0000 (22:00 +0000)
commit2b9d03659b5bf6da54acb42a9c27fbe6c3c9d250
tree3c14c3bda91659e60e21ed96f5602ead3b13842a
parent257e653516d9903f234c806cff36fa62aafdd8c0
Deal with Shoutcast servers, which return "ICY 200 OK", but are otherwise

* libsoup/soup-headers.c (soup_headers_parse_status_line): Deal
with Shoutcast servers, which return "ICY 200 OK", but are
otherwise straight HTTP/1.0. #502325, Wouter Cloetens.

* tests/header-parsing.c (resptests): add a test for it

svn path=/trunk/; revision=1046
ChangeLog
libsoup/soup-headers.c
tests/header-parsing.c