Re: status reason-phrase missing for H2

2024-08-23 Thread Dan Fandrich via curl-users
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

Re: %{filename_effective but not transmit file?

2024-09-11 Thread Dan Fandrich via curl-users
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

Re: Need help on how to upgrade the curl.exe and libcurl.dll file versions on Windows

2024-09-13 Thread Dan Fandrich via curl-users
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

Re: Any way to set connect-timeout per-IP, not global?

2024-10-11 Thread Dan Fandrich via curl-users
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

Re: (Feature request) Ignore if file exist

2024-11-13 Thread Dan Fandrich via curl-users
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

Re: curl getting different html

2025-01-08 Thread Dan Fandrich via curl-users
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

Re: CURL errors codes and messages - are they globalized?

2025-01-16 Thread Dan Fandrich via curl-users
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

Re: issues with CURL using RSA keys + SFTP

2025-02-13 Thread Dan Fandrich via curl-users
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

Re: Anyone using --raw?

2025-04-05 Thread Dan Fandrich via curl-users
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

Re: Release candidate 3: curl 8.15.0-rc3

2025-07-09 Thread Dan Fandrich via curl-users
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