On Fri, Aug 23, 2024 at 11:44:07AM -0500, Yang Yu via curl-users wrote:
> Compare HTTP 1.1 response header output with H/2
>
> $ curl -I http://www.http2demo.io/
> HTTP/1.1 200 OK
>
> $ curl -I https://www.cloudflare.com
> HTTP/2 200
>
> For H2, the reason phrase is not shown in curl output.
Th
On Wed, Sep 11, 2024 at 05:47:50PM -0600, Paul Gilmartin via curl-users wrote:
> Is it possible to get %{filename_effective without transmitting
> the file? I'm trying to make the ETag name pend on that,
> something like:
> "--etag-compare %{filename_effectiv.etag"
>
> So far, the best I can do
On Fri, Sep 13, 2024 at 03:53:58PM -0400, Jody Sherwin via curl-users wrote:
> During our monthly Nessus Security Vulnerability Scan we have received a few
> separate results on needing to upgrade the version of the [curl.exe] and the
> [libcurl.dll] files on a few Windows machines, which I had a f
On Fri, Oct 11, 2024 at 06:47:09PM +0300, ValdikSS via curl-users wrote:
> Currently curl, when used with --connect-timeout option, uses it as a global
> timeout for the whole
> connection set, decreasing the timeout for each IP address in half every
> connection attempt.
>
> If several IP addre
On Wed, Nov 13, 2024 at 10:54:58AM -0700, Paul Gilmartin via curl-users wrote:
> On 11/13/24 07:44, Tobias Wendorff via curl-users wrote:
> But that would seem never to refresh an outdated existing file.
> I'd welcome something such as:
> --skip-if-uptodate
> or:
> --time-cond %{filename_ef
On Wed, Jan 08, 2025 at 10:59:15AM -0700, toby via curl-users wrote:
> the page is actually gzipped - dillo can gunzip but curl can't by itself
> (found out using w3m)
curl will uncompress if given the --compressed option.
--
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquett
On Thu, Jan 16, 2025 at 02:25:37PM +, Michael Conners via curl-users wrote:
> If a CURLE_SSL_CONNECT_ERROR is returned from curl_easy_perform, the error
> text
> I see is "SSL connect error". What error text would a German user see?
>
> Are CURL error messages globalized? If so, which languag
On Fri, Feb 14, 2025 at 12:08:15AM +, Ian Veach via curl-users wrote:
> However, the curl is pretty modern and should (I assume) be using sha256 or
> sha512 for signing.
curl uses a SSH library to perform all the SSH protocol options. The curl
version probably won't make as much of a differen
On Sat, Apr 05, 2025 at 11:46:51AM +0200, Daniel Stenberg via curl-users wrote:
> If there is anyone around who uses --raw with a decent use case? I would not
> mind learning how/why
> because I'm about to break it:
Debian codesearch shows a number of projects using it:
https://sourcegraph.com/se
On Wed, Jul 09, 2025 at 03:44:56PM +0200, Daniel Stenberg via curl-users wrote:
> On Wed, 9 Jul 2025, Dick Brooks wrote:
> > Congratulations. Any chance we will see an SBOM for curl in the future?
>
> The "normal" curl release does not need an SBOM. It is just one thing and
> this one thing comes
10 matches
Mail list logo