Re: libcurl - MacOS 10.14 ...

2019-11-12 Thread Jeroen Ooms via curl-library
On Tue, Nov 12, 2019 at 9:37 PM Jeroen Ooms wrote: > > On Tue, Nov 12, 2019 at 8:51 PM Daniel Stenberg via curl-library > wrote: > > > > On Tue, 12 Nov 2019, Bryan O'Brien via curl-library wrote: > > > > > Courtesy of curl_version(), heres the version I’m using > > > > > > libcurl/7.54.0 LibreSS

Re: libcurl - MacOS 10.14 ...

2019-11-12 Thread Jeroen Ooms via curl-library
On Tue, Nov 12, 2019 at 8:51 PM Daniel Stenberg via curl-library wrote: > > On Tue, 12 Nov 2019, Bryan O'Brien via curl-library wrote: > > > Courtesy of curl_version(), heres the version I’m using > > > > libcurl/7.54.0 LibreSSL/2.6.5 zlib/1.2.11 nghttp2/1.24.1 > > > > If anyone is aware of a mor

Re: libcurl - MacOS 10.14 ...

2019-11-12 Thread Daniel Stenberg via curl-library
On Tue, 12 Nov 2019, Bryan O'Brien via curl-library wrote: Courtesy of curl_version(), heres the version I’m using libcurl/7.54.0 LibreSSL/2.6.5 zlib/1.2.11 nghttp2/1.24.1 If anyone is aware of a more recent version, or can point me towards some newbie build instructions, I’d appreciate it.

libcurl - MacOS 10.14 ...

2019-11-12 Thread Bryan O'Brien via curl-library
Hi Folks, Courtesy of curl_version(), heres the version I’m using libcurl/7.54.0 LibreSSL/2.6.5 zlib/1.2.11 nghttp2/1.24.1 If anyone is aware of a more recent version, or can point me towards some newbie build instructions, I’d appreciate it. Best Regards, Bryan smime.p7s Description: S

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-12 Thread PGNet Dev via curl-library
>> *Is* this^^ likely a curl issue? > > > There's not enough information to tell. I downloaded that appdata file > without a problem using 7.67 but I'm using Windows. We need a link to > the issue filed with the repo and a minimal self-contained example that > can be used to reproduce. Find out i

Re: Unit test 1655

2019-11-12 Thread Daniel Stenberg via curl-library
On Tue, 12 Nov 2019, Niall.oReilly+lists--- via curl-library wrote: The very long name (`const char *bad = "this.is.` _et seq_.) is invalid according to RFCs 1034 and 1035 both because it is too long and because it contains embedded zero-length labels (which are represented by consecutive dots

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-12 Thread Ray Satiro via curl-library
On 11/12/2019 11:38 AM, PGNet Dev via curl-library wrote: Retrieving:http://download.opensuse.org/distribution/leap/15.1/repo/oss/repodata/57cb86253c19b7c80ce4de1fb5a081a842e24eac5308c84b159d6728e3edc183-appdata.xml.gz ---

reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

2019-11-12 Thread PGNet Dev via curl-library
I recently upgraded distro-packaged (openSUSE) curl/libcurl from v7.66 -> 7.67. Subsequently, when I exec the distro's package management tool (zypper), it works for accessing ALL defined repos without problem/error, except for one, at which it reproducibly SEGFAULTs (~60+ machines, so far). Do

Unit test 1655

2019-11-12 Thread Niall.oReilly+lists--- via curl-library
Hi. [I’ve had a lot of trouble sending this. Apologies in case multiple copies arrive on the list.] I’m looking to extend `dohprobe()` to allow retrieval of other host attributes than addresses, some of which are published at prefixed DNS names relative to the host name. I have had to take accou

Re: Feature idea: wakeup option for curl_multi_wait/poll

2019-11-12 Thread Gergely Nagy via curl-library
I just realized this feature request is already tracked under the https://github.com/curl/curl/wiki/curl_multi_unblock wiki page. It says on the page that some kind of locking (mutexes) are necessary to implement this, I don't think that's true. As long as this unblock function is only accessin

Feature idea: wakeup option for curl_multi_wait/poll

2019-11-12 Thread Gergely Nagy via curl-library
Hi! We have a use-case where we use a single curl multi with lots of easy connections which are added/removed in a relatively adhoc manner, anytime. We previously used the multi_socket API with libuv for this, but we'd like to migrate to the curl_multi_poll API. The problem is that when we for