RE: Connection to file server disconnected while file transfer is in progress

2021-08-24 Thread vaibhav.taksale--- via curl-library
Hi Daniel, > Which libcurl version on which platform is this? [Vaibhav] Libcurl version 7.58 Used on Embedded Linux platform on ar758x board. > libcurl will not reconnect nor resume anything on error. It should return an > error. [Vaibhav] Yes. If there is disconnection with file server (due to

Re: relative performance

2021-08-24 Thread Stefan Eissing via curl-library
> Am 24.08.2021 um 17:20 schrieb Daniel Stenberg via curl-library > : > > Hi all, > > For a long time I've wanted to get something done that allows us to compare > curl's relative performance. Ideally something we can run every once in a > while to compare that nothing major has turned sour

Re: relative performance

2021-08-24 Thread Ben Greear via curl-library
On 8/24/21 8:20 AM, Daniel Stenberg via curl-library wrote: Hi all, For a long time I've wanted to get something done that allows us to compare curl's relative performance. Ideally something we can run every once in a while to compare that nothing major has turned sour without us being aware

Re: Connection to file server disconnected while file transfer is in progress

2021-08-24 Thread Daniel Stenberg via curl-library
On Tue, 24 Aug 2021, vaibhav.taksale--- via curl-library wrote: Connection to file server disconnected while file transfer is in progress CURL does not get this disconnection response and will continue to wait for file transfer. That's a bug then. Either in your code or in libcurl. Which

relative performance

2021-08-24 Thread Daniel Stenberg via curl-library
Hi all, For a long time I've wanted to get something done that allows us to compare curl's relative performance. Ideally something we can run every once in a while to compare that nothing major has turned sour without us being aware of it. A first step would be a tool we can run that

Connection to file server disconnected while file transfer is in progress

2021-08-24 Thread vaibhav.taksale--- via curl-library
Hello, We are using curl options in curl_easy_setopt to connect to one of the file server to transfer file from server to embedded device. Multi handle is used with CURLMOPT_SOCKETFUNCTION and CURLMOPT_TIMERFUNCTION. Problem: Connection to file server disconnected while file transfer is in