tests/soup.js
[gitlive] / tests / soup.js
index 9cb0b89..23fd0c0 100644 (file)
@@ -100,7 +100,8 @@ XObject.extend(XMLHttpRequest,{
     },
     send  : function(data)
     {
-        
+        msg.set_request('application/x-www-form-urlencoded', Soup.MemoryUse.COPY, data, data.length)
+
     },
     abort : function()
     {