Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.3.2, 5.4.0 Alpha
-
7a5e0c5712cbdeb9edb83dfd47d63277346537a9 (qt/qtbase/dev)
Description
When using QNetworkAccessManager::post, the HTTP header and the post data are sent using two separate writes. The subsequent read to get the response results in a write-write-read at the socket level that causes a delay due to the interaction between Nagling and delayed acks.