Re: CURLOPT_RESOLVE and 7.19

2020-11-26 Thread Felipe Gasper via curl-library
> On Nov 26, 2020, at 5:28 PM, Daniel Stenberg wrote: > > On Thu, 26 Nov 2020, Felipe Gasper via curl-library wrote: > >> I work on software that we deploy to CloudLinux 6, whose system curl is >> 7.19. > > Even if that's the last one in the 7.19.x series, it would still make it > olde

Re: CURLOPT_RESOLVE and 7.19

2020-11-26 Thread Daniel Stenberg via curl-library
On Thu, 26 Nov 2020, Felipe Gasper via curl-library wrote: I work on software that we deploy to CloudLinux 6, whose system curl is 7.19. Even if that's the last one in the 7.19.x series, it would still make it older than *11 years*. You should seriously consider upgrading. I was able to fi

CURLOPT_RESOLVE and 7.19

2020-11-26 Thread Felipe Gasper via curl-library
Hello, I work on software that we deploy to CloudLinux 6, whose system curl is 7.19. I was able to find a way to work around 7.19’s lack of native UNIX socket support via CURLOPT_OPENSOCKETFUNCTION; might there be a similar way to work around 7.19’s lack of CURLOPT_RESOLVE support?