On Thu, 7 Dec 2023, Jeroen Ooms via curl-library wrote:

I am looking for a way in libcurl to trigger a callback once, after a http request has been completely submitted (including upload if any), but before the server has responded. So basically when we have done our job, and we are waiting for a (potentially slow) http request to return a response status.

Remember that there is nothing that prevents a HTTP server from responding before the entire request has been sent, and it happens regularly. Meaning that the download can start before the request is completely done.

--

 / daniel.haxx.se
 | Commercial curl support up to 24x7 is available!
 | Private help, bug fixes, support, ports, new features
 | https://curl.se/support.html
--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to