Re: Lib Curl Conflicts with Norton Anti Virus

2020-03-06 Thread Ray Satiro via curl-library
On 3/6/2020 5:58 PM, Essam Makhlouf via curl-library wrote: I had a life chat with Norton support agent and allowed a remote control session to help me resolve the problem. He confirmed the file is indeed infected. But could not explain why the 64 bit is not infected. Norton agent suggested

Re: Very long URL returning CURLE_URL_MALFORMAT

2020-03-06 Thread Jeffrey Walton via curl-library
On Fri, Mar 6, 2020 at 6:08 PM Robert Brose via curl-library wrote: > > I'm having trouble figuring out what I'm doing wrong with an > implementation of libcurl that is working for everything else I can > throw at it. I've done a lot of searching stack overflow, etc and > haven't figured out the

Very long URL returning CURLE_URL_MALFORMAT

2020-03-06 Thread Robert Brose via curl-library
I'm having trouble figuring out what I'm doing wrong with an implementation of libcurl that is working for everything else I can throw at it. I've done a lot of searching stack overflow, etc and haven't figured out the issue yet. Using the latest libcurl I'm getting the above error back

Lib Curl Conflicts with Norton Anti Virus

2020-03-06 Thread Essam Makhlouf via curl-library
Dear all, I wrote a win32 application to download files from Dropbox account. The program is Unicode and statically liked to Libcurl library. This program is distributed with software package to users to let them have new updates of the package whenever they are posted on the cloud. So, it is

Re: CURLOPT_POST with no CURLOPT_POSTFIELDS

2020-03-06 Thread Daniel Stenberg via curl-library
On Fri, 6 Mar 2020, Jason Proctor via curl-library wrote: Looking at the test case I think the issue is that I set CURLOPT_POST and provide neither CURLOPT_POSTFIELDS nor a read function. If the API contract says I have to do one or the other, fair enough - but should Curl survive if I don't?

Re: CURLOPT_POST with no CURLOPT_POSTFIELDS

2020-03-06 Thread Jason Proctor via curl-library
On Thu, Mar 5, 2020 at 7:28 AM Daniel Stenberg wrote: > > On Wed, 4 Mar 2020, Jason Proctor via curl-library wrote: > > > The issue is that if you specify CURLOPT_POST but don't specify > > CURLOPT_POSTFIELDS, then the library sticks in sending mode and > > doesn't call the header or write

Re: AIX 7.2 XLC Linker issues

2020-03-06 Thread Daniel Stenberg via curl-library
On Fri, 6 Mar 2020, Andy O'Shaughnessy via curl-library wrote: *Why might I get these linker errors using XLC on AIX 7.2?* Please take us through the process. When do you get those and how? -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private

AIX 7.2 XLC Linker issues

2020-03-06 Thread Andy O'Shaughnessy via curl-library
*Why might I get these linker errors using XLC on AIX 7.2?* *System :* % xlc -qversion IBM XL C/C++ for AIX, V13.1.3 (5725-C72, 5765-J07) Version: 13.01.0003. % uname -a AIX 2 7 00F785084C00 *Linker Errors :* ld: 0711-317 ERROR: Undefined symbol: __crt0v ld: 0711-317 ERROR: Undefined

New repo: scripts for project stats

2020-03-06 Thread Daniel Stenberg via curl-library
Hi friends! As some of you might've figured out, I have a soft spot for creating graphs and visualizations of various project metrics and how they change over time. Yesterday, I decided it was time I started to move over my collection of stats-generating scripts into a git repo to share with