-
Julian Andres Klode authored
This fixes a regression introduced in commit 8f858d56 don't leak FD in AutoProxyDetect command return parsing which accidentally made the proxy autodetection code also read the scripts output on stderr, not only on stdout when it switched the code from popen() to Popen(). Reported-By:
Tim Small <tim@seoss.co.uk>
Julian Andres Klode authoredThis fixes a regression introduced in commit 8f858d56 don't leak FD in AutoProxyDetect command return parsing which accidentally made the proxy autodetection code also read the scripts output on stderr, not only on stdout when it switched the code from popen() to Popen(). Reported-By:
Tim Small <tim@seoss.co.uk>