Windows-only CONNECT REST curl command injection.
Not applicable on Linux: the vulnerable sink is the Windows CreateProcess
flat-command-line path inside '#if defined(_WIN32)', never compiled in Echo's
Debian/Linux build; the Linux path passes the URL as a discrete execlp() argv
element (no shell). The upstream fix (commit aca6743d) is a no-op on Linux.