Re: Read idle time out

2023-03-17 Thread Stefan Eissing via curl-library
> Am 17.03.2023 um 11:25 schrieb Nithin Das via curl-library > : > > Hi, > > I am running into an issue where a curl client is timing out while > transferring a file to the server that uses lighttpd as the web server. It > looks like the timeout is because of the setting on the lighttpd

Read idle time out

2023-03-17 Thread Nithin Das via curl-library
Hi, I am running into an issue where a curl client is timing out while transferring a file to the server that uses lighttpd as the web server. It looks like the timeout is because of the setting on the lighttpd (server.max-read-idle = 60) . The client is doing some background processing