Always use the POST method.

This commit is contained in:
Julien Fontanet 2014-09-24 17:22:44 +02:00
parent 70bedaf8dd
commit 42bb3b5aca

View File

@ -283,7 +283,7 @@ function call(args) {
headers: {
'content-length': stats.size,
},
method: 'PUT'
method: 'POST'
}).get(0);
});
}