Re: Test 1143 failing in MSYS bash except with -g

2018-07-19 Thread Daniel Stenberg
On Thu, 19 Jul 2018, Marcel Raad wrote: The strange thing is: when running "./runtests.pl -a -p -v -g" in the tests directory, with -g for gdb, the argument is passed correctly. Can anyone imagine where this discrepancy might come from? I'd say because of this runtests.pl line:

Test 1143 failing in MSYS bash except with -g

2018-07-19 Thread Marcel Raad
Hi, test 1143 [HTTP URL with http:/ (one slash!)] currently fails on Windows when building with MinGW-w64 and running in an MSYS2 shell: https://curl.haxx.se/dev/log.cgi?id=20180719044620-8506#prob5 The problem is that "http:/127.0.0.1:8990/want/1143" gets passed to curl's main function as

Re: Slow Windows uploads (with patch)

2018-07-19 Thread Daniel Stenberg
On Thu, 19 Jul 2018, Daniel Jeliński wrote: Let me know if there are chances for this patch to make its way to the next release. Thanks! I edited your patch slightly and submitted it as a PR to have it test-built by a few machines: https://github.com/curl/curl/pull/2762 -- /

Slow Windows uploads (with patch)

2018-07-19 Thread Daniel Jeliński
Hello Curl hackers, I've been working with Curl library in C for some time, and I love it. Everything just works. Recently I started using Curl to upload files from Windows machines to Amazon cloud using HTTP POST. The uploads don't perform well. They are limited by the send buffer used by

RE: Unable to successfully use library in project

2018-07-19 Thread Kees Dekker
>I get the following errors when I try to build the project: >1>project.obj : error LNK2001: unresolved external symbol __imp_curl_easy_init >1> project.obj : error LNK2001: unresolved external symbol >__imp_curl_easy_setopt >1> project.obj : error LNK2001: unresolved external symbol