Thank you, Thiago, for the response, but I really don't know how to ask QNetworkAccessManager::post() not to send all data but wait for "100 continue" (or an error status) from the server before sending the data part. And how to set timeout for waiting for the response etc.
Stanislav Kolář | Research & Development Kerio Technologies Anglické nábřeží 1, 301 00 Plzeň Tel: +420 377 338 901 Social collaboration reinvented. http://www.samepage.io -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Thiago Macieira Sent: Tuesday, February 18, 2014 5:49 PM To: [email protected] Subject: Re: [Interest] 100 continue and QNetworkRequest/QNetworkReply Em ter 18 fev 2014, às 11:13:26, Stanislav Kolář escreveu: > Hi all, > > does QNAM support "100 continue" > (http://tools.ietf.org/html/rfc2616#section-8.2.3)? I don't thing so - > or did I miss something? It supports 100 continue. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
