Reduce CURLOPT_CONNECTTIMEOUT

2019-04-09 Thread Weixi Li via curl-library
The default CURLOPT_CONNECTTIMEOUT value is 300 seconds. We are using libcurl in a FTP client behind a corporate proxy, and would like to choose a smaller connection timeout. Can anyone comment on if it would be safe to reduce the timeout to 30 seconds or even lower? What was the rationale

Re: nghttp2 detection in configure without pkg-config?

2019-04-09 Thread Ray Satiro via curl-library
On 4/9/2019 4:08 PM, Christian Schmitz via curl-library wrote: > I build nghttp2 for all platforms here and I got the includes and libs in a > folder for each platform. > > But configure script doesn't look for nghttp2 header files and libs, but uses > pkg-config to find it. > > Can this be

Re: Undefined Reference Error when Linking .OBJ file

2019-04-09 Thread Luca Di Rocco via curl-library
On Tue, 9 Apr 2019 at 14:24, Dan Gribble via curl-library wrote: > > Thanks for the response Daniel. I can compile and link using the -I and > -lcurl parameters when using gcc within CYGWIN, hoever, I have a specific > requirement at my place of work which means I must use WATCOM to compile

nghttp2 detection in configure without pkg-config?

2019-04-09 Thread Christian Schmitz via curl-library
Hello, I build nghttp2 for all platforms here and I got the includes and libs in a folder for each platform. But configure script doesn't look for nghttp2 header files and libs, but uses pkg-config to find it. Can this be changed to detect library via include/library paths and just checks if

Crash while using multi handle

2019-04-09 Thread surya chandrika via curl-library
HI Libcurl I observed below crash issue: Usecase; Have configured multiple threads (to divided external interfaces logically), each has got its own multi handle (each multi handles have curl easy handles ) which is used to post request to different host. Initially i had only 2 threads with each

Re: Undefined Reference Error when Linking .OBJ file

2019-04-09 Thread Dan Gribble via curl-library
Thanks for the response Daniel. I can compile and link using the -I and -lcurl parameters when using gcc within CYGWIN, hoever, I have a specific requirement at my place of work which means I must use WATCOM to compile and link. I appreciate this may not be your area of expertise but I can