Updated to more recent variable name
This commit is contained in:
parent
288400f616
commit
98bd3a7e61
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class NodeCurlHttppost
|
||||||
last->contenttype = value;
|
last->contenttype = value;
|
||||||
break;
|
break;
|
||||||
case FILE:
|
case FILE:
|
||||||
last->flags |= HTTPPOST_FILENAME;
|
last->flags |= CURL_HTTPPOST_FILENAME;
|
||||||
case CONTENTS:
|
case CONTENTS:
|
||||||
last->contents = value;
|
last->contents = value;
|
||||||
last->contentslength = length;
|
last->contentslength = length;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue