X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=xbmc%2Futils%2Ftest%2FTestHttpHeader.cpp;h=355dab38af275e1b315629d5e3d82b51f7286444;hb=5feed53a8f97a437e314b7a468318738d740cedd;hp=af95a4a65c6dd1797e56280854b4a649e2c7fea0;hpb=136600378e5bae7c44527fc2f0e4d15b7d713591;p=vuplus_xbmc diff --git a/xbmc/utils/test/TestHttpHeader.cpp b/xbmc/utils/test/TestHttpHeader.cpp index af95a4a..355dab3 100644 --- a/xbmc/utils/test/TestHttpHeader.cpp +++ b/xbmc/utils/test/TestHttpHeader.cpp @@ -31,7 +31,8 @@ TEST(TestHttpHeader, General) "Content-Type: text/html; charset=ISO-8859-4\r\n" "User-Agent: XBMC/snapshot (compatible; MSIE 5.5; Windows NT" " 4.0)\r\n" - "Connection: Keep-Alive\r\n"; + "Connection: Keep-Alive\r\n" + "\r\n"; std::string refstr, varstr; a.Parse(str);