Stefan Eissing
Stefan Eissing
Nor do I see problems with a local curl master build using OpenSSL 3.2.0
@lepapareil could you build #12848 and check if this fixes the problem for you as well? Thanks!
> Shouldn't this also remove the buffer from the easy handle? When I rebase on the other merges...
now with the download buffer removed everywhere. Curious if this survives the torture tests, because conncache shutdown *might* now try to allocate the xfer_buf, if it had not been used...
> > conncache shutdown _might_ now try to allocate the xfer_buf, if it had not been used before. > > Yes that sounds possible. Like if you only do `curl...
> First: I want to wait with merging this until after 8.6.0. For safety. Agree. > Then: > > I was thinking: before this PR, the download buffer is only...
Added `xfer_buf` free when `multi_done()` detects there aren't any active transfers any more.
Added this, thanks! Also rebased without problems.
The fix in our configure had a typo and was not properly disengaging nghttp3. Fix in #12864.
@mb could you try the current `master`? We have made changes in the retry behaviour when connecting to servers that immediately go into DRAINING state.