mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
445bcd7030
This fixes the Telnet proxy, which was the only one of the proxy types I forgot to test when I pushed the previous patch series, and therefore, naturally, the one I left a bug in: if a ProxyNegotiator returns both some output to be transmitted _and_ the 'done' flag, we were forgetting to do anything with the former. So the proxy command was being carefully constructed by TelnetProxyNegotiator, and then promptly dropped on the floor by the owning ProxySocket. |
||
---|---|---|
.. | ||
cproxy.c | ||
http.c | ||
interactor.c | ||
nocproxy.c | ||
noproxy.c | ||
nosshproxy.c | ||
pproxy.c | ||
proxy.c | ||
proxy.h | ||
socks4.c | ||
socks5.c | ||
socks.h | ||
sshproxy.c | ||
telnet.c |