Benjamin Sergeant

Results 110 comments of Benjamin Sergeant

See also https://github.com/cpm-cmake/CPM.cmake/issues/348

Would if we were to patch our own fork of curl, remove their FindNGHttp2 module so that cpm one is used instead ? > On Aug 3, 2022, at 3:03...

I think I'm gonna go ahead with the build nghtttp2 approach first. I noticed that cmake 3.24 has a new 'fetch-content + find_package' integration feature. https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html#fetchcontent-and-find-package-integration I wonder if this...

Also I tried to delete/rename the curl FindPackage for nghttp2, which make curl configure step works, but after that curl was built concurrently with nghttp2, too early, and I had...

I am also trying to build curl with cpm. In my case I try to build nghttp2 first, which is required by curl. ``` set(nghttp2_version "1.46.0") cpmaddpackage( NAME nghttp2 OPTIONS...

Hi there, I'm trying to test the conformance of the client I wrote [IXWebSocket](https://github.com/machinezone/IXWebSocket) because the server my client is hitting (python websockets) is giving me a very similar zlib...

Actually I figured out how to work with autobahn (generate url with test-case id inside them, and have a client just echo the message sent by the server until it...

The linked ticket reference reloading the /etc/resolv.conf file, I looked at the proposed patch which was closed for lack of activity (https://github.com/c-ares/c-ares/pull/272/files). Maybe a first piece of work would be...

Since ares__readaddrinfo is internal, maybe we have more room in modifying it to the needs of this ticket.