mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 15:39:04 -07:00
Fix: Http: Body size limit not properly initialized
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user