re: libcurl read-like interface

2020-12-18 Thread XSLT2.0 via curl-library
> How much extra time does that memcpy() relay > a 10GB transfer. Then we measure wall clock time. Summary (Rasp. Pi 4 - TLS) : Real ("Elapsed") +2.9 s [ +2.74 s "User" / +0.16 "Kernel" ] Full results, test methodology and comment: 

Re: FTP with CURLOPT_NOBODY different behavior whenperformingonnon-existing files #5953

2020-12-18 Thread Lukas Friembichler via curl-library
Thank you all for your replies. I could not reply to Daniel's mail because it seems he replied directly to me (the 'reply-to' was not set to the curl-library address) so rather than messing things up I thought I'd reply to the previous mail.. Trailing slashes notwithstanding, the problem

Re: Hyper as a HTTP backend

2020-12-18 Thread Daniel Stenberg via curl-library
On Sun, 4 Oct 2020, Daniel Stenberg via curl-library wrote: I've taken on a project to make curl able to use Hyper as an optional HTTP backend in curl. Hyper is a HTTP library written in Rust. ... and today I merged the first 10 commits into master that now enables such a build. There's a