tests/soup.js
authorAlan Knowles <alan@roojs.com>
Sun, 27 May 2012 07:44:05 +0000 (15:44 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 27 May 2012 07:44:05 +0000 (15:44 +0800)
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()
     {