FYI;
I just merged https://github.com/curl/curl/pull/12730
This has now changed the file format for how we document libcurl functions and
options. From the former quirky nroff format, to the new almost-markdown
format I call curldown.
The format is documented here:
https://github.com/curl
On 1/22/2024 3:46 PM, Dmitry Karpov via curl-library wrote:
I can confirm that the checks for null data below prevent the crashes
that I observed when client drives SSL sockets and steps on read/write
errors.
Should I create a PR with these changes?
---
lib/cf-socket.c | 16 ++--
I can confirm that the checks for null data below prevent the crashes that I
observed when client drives SSL sockets and steps on read/write errors.
Should I create a PR with these changes?
---
lib/cf-socket.c | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/
On 1/22/24 18:29, Daniel Stenberg wrote:
On Mon, 22 Jan 2024, Sergey Bronnikov wrote:
https://github.com/curl/curl/pull/12740
I've applied the patch and run tests 50 times in a loop without fails.
Seems it is a correct fix.
Thanks for confirming. This PR has now been merged and will be p
On Mon, 22 Jan 2024, Sergey Bronnikov wrote:
https://github.com/curl/curl/pull/12740
I've applied the patch and run tests 50 times in a loop without fails.
Seems it is a correct fix.
Thanks for confirming. This PR has now been merged and will be part of the
next release.
--
/ daniel.ha
Hi, Daniel
On 1/19/24 20:20, Daniel Stenberg wrote:
On Thu, 18 Jan 2024, Sergey Bronnikov via curl-library wrote:
curl library with enabled debug prints a message below before a test
fail:
readwrite, dselect_bits, early return on PAUSED
This message was introduced in aforementioned commit