mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Fix: Http: Body size limit not properly initialized
This commit is contained in:
parent
6706c3b71f
commit
930a2f1d12
2 changed files with 3 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue