]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
It's critically important that the local proxy process should not
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Aug 2006 10:59:09 +0000 (10:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Aug 2006 10:59:09 +0000 (10:59 +0000)
commitcda522186a8ca486b181a764884fd15e079783e5
tree6997c00f264f3025f3a34a92aabb9c825e5a6a15
parent421a5ece2c964d58a2a0ffaa948b5f40c425ddb0
It's critically important that the local proxy process should not
inherit _our_ ends of its I/O pipes! Otherwise, closing our copy of
those handles does not cause it to see EOF on its stdin, because
it's holding the pipe open itself.

[originally from svn r6808]
windows/winproxy.c