fixed: Some http servers provide different content when the range request header...
authorarnova <arnova@void.org>
Mon, 4 Feb 2013 21:09:30 +0000 (22:09 +0100)
committerarnova <arnova@void.org>
Wed, 6 Mar 2013 07:18:06 +0000 (08:18 +0100)
commit8435c52b50c3c65b578d3773f981f7466eac2835
tree8fabb44fe755d25ff217901893353dd3e0af64fe
parenta1ddaf04fbb29cb6c09fd6b07c2f7212f0a6918a
fixed: Some http servers provide different content when the range request header is not set causing seeking to fail. To fix this use CURL_OPT_RANGE method instead of CURLOPT_RESUME_FROM_LARGE
xbmc/filesystem/CurlFile.cpp
xbmc/filesystem/CurlFile.h