]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Good grief. When I originally wrote the local proxy code two years
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Aug 2008 21:45:39 +0000 (21:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Aug 2008 21:45:39 +0000 (21:45 +0000)
commit4829802c43d46584cd2292785d77552fb94bfa4e
treed96cc4879cb083f21f1337c9f3faf0cf53b3a61b
parent0251dbf13ef1e5bae91d16dabe40f1585e02746c
Good grief. When I originally wrote the local proxy code two years
ago, I apparently caused all data received from local proxies to be
unconditionally tagged as TCP Urgent. Most network backends ignore
this, but it's critical to the Telnet backend, which will ignore all
Urgent-marked data in the assumption that there's a SYNCH on its way
that it should wait for. Nobody has noticed in two years, presumably
meaning that nobody has ever tried to do Telnet over a local proxy
in that time.

[originally from svn r8158]
unix/uxproxy.c
windows/winproxy.c