libcurl man pages now written in "curldown"

2024-01-22 Thread Daniel Stenberg via curl-library
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

Re: Crash in nw_in_read when client drives SSL sockets

2024-01-22 Thread Ray Satiro via curl-library
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 ++--

RE: Crash in nw_in_read when client drives SSL sockets

2024-01-22 Thread Dmitry Karpov via curl-library
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/

Re: problem with unpaused connection

2024-01-22 Thread Sergey Bronnikov via curl-library
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

Re: problem with unpaused connection

2024-01-22 Thread Daniel Stenberg via curl-library
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

Re: problem with unpaused connection

2024-01-22 Thread Sergey Bronnikov via curl-library
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