simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Tue Oct 16 21:15:52 BST 2012
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 9689
Date: 2012-10-16 21:15:52 +0100 (Tue, 16 Oct 2012)
Log message (6 lines):
When a proxy negotiation function is called with PROXY_CHANGE_NEW, it
should not call plug functions, because it's being called from within
new_connection(), and the state on which the plug functions depend
will not have been set up until new_connection() returns success.
Instead, we set the error string in the Proxy_Socket, which will cause
the same error message to be returned as a failure of new_connection().
Modified files:
U putty/proxy.c
Links:
http://svn.tartarus.org/sgt/?rev=9689&view=rev
http://svn.tartarus.org/sgt/putty/proxy.c?rev=9689&r1=9688&r2=9689
More information about the tartarus-commits
mailing list