Re: [Interest] Get intermediate data during http get

2024-01-19 Thread Thiago Macieira
On Friday, 19 January 2024 06:34:37 PST Christophe Thomas wrote: > Using a tcp socket I noticed that I have first readyread that passes me the > http header from the first packet and then waits the end of the tcp flow to > gives me the full body/data part. When modifify the socket read buffer size

[Interest] Get intermediate data during http get

2024-01-19 Thread Christophe Thomas
Hello, I’m currently adding support for a satellite connexion which gives me an internet access thru a wifi link to an existing app that is coded using Qt 5. The goal is to download a file from different servers that I don’t always manage using http get requests. As the link is slow and subject