Monotone-Parent: b80972e148e56ed9e7094c79272651736008b33d
Monotone-Revision: b0d358e540a640da40f7cc0ca5ed4cf76c807c32

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-07T14:17:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-07 14:17:15 +00:00
parent e8075bf778
commit f069bf2e6d
2 changed files with 8 additions and 2 deletions

View File

@@ -1518,7 +1518,7 @@ function updateTaskStatus(event) {
http.open("POST", url, false /* not async */);
http.url = url;
http.send("");
http.setRequestHeader("Content-Length", 0);
// http.setRequestHeader("Content-Length", 0);
if (isHttpStatus204(http.status))
refreshTasks();
} else