Fix: Http: Body size limit not properly initialized

This commit is contained in:
Vojtech Kral 2018-06-27 10:34:21 +02:00 committed by bubnikv
parent 6706c3b71f
commit 930a2f1d12
2 changed files with 3 additions and 1 deletions

View file

@ -71,6 +71,7 @@ Http::priv::priv(const std::string &url) :
form(nullptr),
form_end(nullptr),
headerlist(nullptr),
limit(0),
cancel(false)
{
if (curl == nullptr) {