CLOUD: Add DropboxUploadRequest

This commit is contained in:
Alexander Tkachev 2016-05-30 02:23:29 +06:00
parent 701b07adfb
commit d917592099
13 changed files with 294 additions and 17 deletions

View file

@ -55,7 +55,7 @@ char *CurlJsonRequest::getPreparedContents() {
}
void CurlJsonRequest::handle() {
if (!_stream) _stream = new NetworkReadStream(_url.c_str(), _headersList, _postFields);
if (!_stream) _stream = makeStream();
if (_stream) {
const int kBufSize = 16*1024;