Content-Length header line

2024-04-02 Thread R C via curl-library
Hello, I am writing some c code, using libcurl, to interact with an object store, MinIO. (to created a bucket/bucket-directory on an object store S3 compatible). One of the headers am creating is a "Content-Length: 0" (because there is no body). Somehow it doesn't arrive, I suspect it was n

curl and S3/AWS etc

2024-04-02 Thread R C via curl-library
Hello, does anyone here use curl for S3/AWS (or other object store / clouds) ? (are there any  places/sites with examples?) thanks, Ron -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html

ECH PR - time to make it an experimental feature?

2024-04-02 Thread Stephen Farrell via curl-library
Hiya, A few months back I posted a PR [1] for ECH. The ECH spec has now finished working group last call in the IETF TLS WG [2] so will likely become an RFC with no substantive change in a few months. My PR [1] has support for use of OpenSSL (via my ECH-enabled fork), and for boringssl and wol

Re: Subtle H2 performance degradation in 8.7.1 vs 8.6.0

2024-04-02 Thread Dmitry Karpov via curl-library
Hi Stefan, Thanks for explanations! In my opinion, the buffering option to minimize a number of write callbacks for some applications that may be negatively affected by it, would make sense. While some applications indeed need to get incoming data as soon as possible, it may be better for some