Fix: Http: Body size limit not properly initialized

This commit is contained in:
Vojtech Kral
2018-06-27 10:34:21 +02:00
parent 5c89a80ef4
commit 2a23a9c5bc
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) {