Re: Callback after http request has been submitted

2023-12-07 Thread Dan Fandrich via curl-library
On Thu, Dec 07, 2023 at 08:02:04PM +0100, 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

Callback after http request has been submitted

2023-12-07 Thread Jeroen Ooms via curl-library
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

Making Python Script Exit Completely with One Ctrl+C

2023-12-07 Thread Hongyi Zhao via curl-library
Dear libcurl community, I hope this message finds you in good health. I am reaching out to seek your assistance regarding an issue that I have been experiencing with one of my Python scripts that involves the use of libcurl. The script, named **proxy-speed.py**, is employed to measure and