Re: install from source instructions desired

2020-12-16 Thread Daniel Stenberg via curl-library
On Mon, 14 Dec 2020, Roger Pack via curl-library wrote: Suggestion/feature request: rename "Building from git" to "Building from git source" Doesn't that make it sound like you have the git source and not the source from git? I think so. But in general: if you have suggestions on how to

Re: time to remove Visual Studio project files?

2020-12-16 Thread Daniel Stenberg via curl-library
On Mon, 14 Dec 2020, Tomalak Geret'kal via curl-library wrote:   https://github.com/curl/curl/pull/5920 To be honest, this is more than a minor inconvenience I felt that quite a few people were against this idea and not very many were for it, so I've dropped it and closed the PR. Maybe

ESNI, Encrypted Client Hello, DNS developments

2020-12-16 Thread Niall O'Reilly via curl-library
Hi. Work I was involved in to add ESNI support to libcurl was suspended quite a number of months ago as the IETF TLS WG decided on, and since specified, a different approach. After dealing with some other distractions, I expect to pick this up again soonish, but most likely not before the new

Re: Fwd: libcurl read-like interface

2020-12-16 Thread Daniel Stenberg via curl-library
On Wed, 16 Dec 2020, XSLT2.0 via curl-library wrote: Naive "reverse" benchmark adding an extra useless memcpy: https://gitlab.com/BylonAkila/astreamfs/-/blob/master/benchmark/benchmark.c Oh right, that's a fun way to try stuff. Summary impact of a *single memcpy* on a typical HTTP GET: 11%

Fwd: libcurl read-like interface

2020-12-16 Thread XSLT2.0 via curl-library
> Probably by doing a first prototype implementation > which can be used to run benchmarks. Naive "reverse" benchmark adding an extra useless memcpy: https://gitlab.com/BylonAkila/astreamfs/-/blob/master/benchmark/benchmark.c Summary impact of a *single memcpy* on a typical HTTP GET: 11% to