Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: 5.5.0
-
Fix Version/s: None
-
Component/s: WebKit
-
Labels: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