Re: Anyone using --raw?

2025-04-05 Thread Daniel Stenberg via curl-users
On Sat, 5 Apr 2025, Daniel Stenberg via curl-users wrote: My plan to keep --raw working in the next release now looks like this: Hm, sorry, I might have been mostly wrong in my explanation of this bug. I'll rethink and come back with a new PR soon. -- / daniel.haxx.se || https://rock-soli

Re: Anyone using --raw?

2025-04-05 Thread Daniel Stenberg via curl-users
On Sat, 5 Apr 2025, Dan Fandrich via curl-users wrote: Debian codesearch shows a number of projects using it: Thanks! My plan to keep --raw working in the next release now looks like this: https://github.com/curl/curl/pull/16982 -- / daniel.haxx.se || https://rock-solid.curl.dev -- Unsu

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] curl 8.13.0

2025-04-05 Thread Daniel Stenberg via curl-users
On Wed, 2 Apr 2025, Dagobert Michelsen wrote: I have a regression on Solaris 10 Sparc: It is puzzling that CloseSocket suddenly is deemed fine by configure. I made https://github.com/curl/curl/issues/16915 for it -- / daniel.haxx.se || https://rock-solid.curl.dev -- Unsubscribe: https://li

Re: Anyone using --raw?

2025-04-05 Thread Daniel Stenberg via curl-users
On Sat, 5 Apr 2025, Fabian Keil via curl-users wrote: Privoxy has tests for the handling of chunk-encoded content Thanks! That's even the "worst" kind of use - the most complicated for us to provide. This, because when curl doesn't handle the chunking itself it doesn't know when the content

Re: Anyone using --raw?

2025-04-05 Thread Fabian Keil via curl-users
Daniel Stenberg via curl-users wrote on 2025-04-05 at 11:46:51: > 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: > >https://github.com/curl/curl/issues/16974 > > ... and I'd like to figure out what we sho

Anyone using --raw?

2025-04-05 Thread Daniel Stenberg via curl-users
Hello, 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: https://github.com/curl/curl/issues/16974 ... and I'd like to figure out what we should to do fix it again. If at all... -- / daniel.haxx.se || https:/