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;
|
||||
break;
|
||||
case FILE:
|
||||
last->flags |= HTTPPOST_FILENAME;
|
||||
last->flags |= CURL_HTTPPOST_FILENAME;
|
||||
case CONTENTS:
|
||||
last->contents = value;
|
||||
last->contentslength = length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue