Monotone-Parent: f78d6c1977f38e0b364a106d6c32efb377c0bdea

Monotone-Revision: 8478b12e221a5c783be93f387cf4f4e1de33d3f9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-05-20T19:23:43
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-05-20 19:23:43 +00:00
parent 3f5acfe832
commit 3ac42b48a3
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ function triggerAjaxRequest(url, callback, userdata, content, headers) {
cLength = "" + content.length;
http.setRequestHeader("Content-Length", "" + cLength);
}
http.send(content);
http.send(content ? content : "");
}
else {
log("triggerAjaxRequest: error creating HTTP Client!");