Skip to content

Commit

Permalink
changed: Have CurlFile return m_bufferSize as chunksize
Browse files Browse the repository at this point in the history
  • Loading branch information
arnova authored and popcornmix committed Nov 25, 2014
1 parent 7bd93d4 commit 88e6ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/filesystem/CurlFile.h
Expand Up @@ -63,6 +63,7 @@ namespace XFILE
virtual std::string GetContent() { return GetMimeType(); }
virtual int IoControl(EIoControl request, void* param);
virtual std::string GetContentCharset(void) { return GetServerReportedCharset(); }
virtual int GetChunkSize(void) { return m_bufferSize; }

bool Post(const std::string& strURL, const std::string& strPostData, std::string& strHTML);
bool Get(const std::string& strURL, std::string& strHTML);
Expand Down

0 comments on commit 88e6ab2

Please sign in to comment.