Good grief. When I originally wrote the local proxy code two years
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 31 Aug 2008 21:45:39 +0000 (21:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 31 Aug 2008 21:45:39 +0000 (21:45 +0000)
commit6d983afb8617ac09740fb954e3149518d791ee93
treed96cc4879cb083f21f1337c9f3faf0cf53b3a61b
parent5de9b45ddffe2bf370e89519e2f7a0ca80329f26
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8158 cda61777-01e9-0310-a592-d414129be87e
unix/uxproxy.c
windows/winproxy.c