Merge pull request #2187 from arnova/curl_seek_fix
authorarnova <arnova77@gmail.com>
Wed, 6 Mar 2013 07:19:00 +0000 (23:19 -0800)
committerarnova <arnova77@gmail.com>
Wed, 6 Mar 2013 07:19:00 +0000 (23:19 -0800)
changed: Some (Silverlight) servers don't play nice with CURLOPT_RESUME_...

1  2 
xbmc/filesystem/CurlFile.cpp
xbmc/filesystem/CurlFile.h

Simple merge
@@@ -129,8 -113,8 +129,9 @@@ namespace XFIL
            unsigned int Read(void* lpBuf, int64_t uiBufSize);
            bool         ReadString(char *szLine, int iLineLength);
            bool         FillBuffer(unsigned int want);
 +          void         SetReadBuffer(const void* lpBuf, int64_t uiBufSize);
  
+           void         SetResume(void);
            long         Connect(unsigned int size);
            void         Disconnect();
        };