Re: [Interest] QNetworkRequest/Reply and HTTP chunked transfer POST

2012-09-24 Thread Thiago Macieira
On segunda-feira, 24 de setembro de 2012 15.20.48, Justin Karneges wrote: > Are there any plans to include support for POST/PUT of indeterminate length? > I believe for requests this is only possible with chunked transfer > encoding, since the client would have no other way to tell the server wher

[Interest] QNetworkRequest/Reply and HTTP chunked transfer POST

2012-09-24 Thread Justin Karneges
Hello, Today I noticed that QNetworkRequest/Reply insists on supplying a Content- Length header in the request sent to the server. This has the drawback that it is not possible to submit a POST/PUT body of indeterminate length. If a sequential QIODevice is used as the request body input and Cont