Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.5.0
-
None
Description
POSTs with empty data fails:
var xhr = new XMLHttpRequest();
xhr.open('POST','https://url', true);
xhr.send("");
This is caused by FormDataIODevice::readData returning 0 instead of -1