]> git.ipfire.org Git - thirdparty/curl.git/commit
lib2305: deal with CURLE_AGAIN
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Mar 2023 17:11:44 +0000 (18:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Mar 2023 22:29:12 +0000 (23:29 +0100)
commitf24014c3ebe300b8258b5e84efe207dd861829f5
tree8869db32e397d1d37f32e623dfd65b8d5ca21b1d
parent1b9ea3239d22147e00d8cccb666cd8f9344b181e
lib2305: deal with CURLE_AGAIN

The test does a slightly ugly busy-loop for this case but should be
managable due to it likely being a very short moment.

Mention CURLE_AGAIN in curl_ws_recv.3

Fixes #10760
Reported-by: Jay Satiro
Closes #10781
docs/libcurl/curl_ws_recv.3
tests/libtest/lib2305.c