Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI test fails in 2305 likely due to "curl_ws_recv returned 81" (81 == CURLE_AGAIN).
curl/tests/libtest/lib2305.c
Lines 50 to 65 in 06f65f7
It is not documented that curl_ws_recv / send returns CURLE_AGAIN. I assume curl_ws_xxx is much like regular curl_easy_xxx send/recv?
The text was updated successfully, but these errors were encountered:
lib2305: deal with CURLE_AGAIN
96847df
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
f24014c
Successfully merging a pull request may close this issue.
I did this
CI test fails in 2305 likely due to "curl_ws_recv returned 81" (81 == CURLE_AGAIN).
curl/tests/libtest/lib2305.c
Lines 50 to 65 in 06f65f7
I expected the following
It is not documented that curl_ws_recv / send returns CURLE_AGAIN. I assume curl_ws_xxx is much like regular curl_easy_xxx send/recv?
The text was updated successfully, but these errors were encountered: