Robuta

https://github.com/curl/curl/pull/19137 cf-socket: make set_local_ip void, and remove failf() by bagder · Pull Request #19137 · curl/curl... No callers of this function checked the return code, meaning failures are not lethal == failf is wrong, and it can just as well return void. cf socketlocal ipmakesetvoid https://github.com/curl/curl/pull/18862 cf-socket: always check Curl_cf_socket_peek() return code by bagder · Pull Request #18862 ·... Make it trigger a warning if not. cf socketalways checkcurlpeek