Welcome Ammar Faizi as #curl commit author 1393: github.com/curl/curl/pull/1794…
socks: do_SOCKS5: Fix invalid buffer content on short send by ammarfaizi2 · Pull Request #17943 · curl/curl
Ahmad Gani intercepts the sendto syscall to simulate short send, but curl incorrectly handles it. It keeps resending the version: sendto(4, "\x05", 1, MSG_NOSIGNAL, NULL, 0) = 1 sendt...GitHub