https://github.com/curl/curl/issues/7155 - the problem is not solved, curl still loads the cpu on version 7.76.1, the problem is not observed, all versions after loading the cpu 100% ```console while true;do curl --proxy 'http://51.81.82.175:2003' 'https://www.google.com/favicon.ico' -o - >>/dev/null; done ```