Fix #15, Support multipart post.
This commit is contained in:
parent
e318a72006
commit
9c1cbb81c9
10 changed files with 239 additions and 30 deletions
|
@ -21,7 +21,6 @@ curl.on('data', function(chunk) {
|
|||
curl.on('error', function(e) {
|
||||
p("error: " + e.message);
|
||||
curl.close();
|
||||
once();
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue