Move connection-oriented variables from the SessionHandle struct to the
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Nov 2007 09:30:45 +0000 (09:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Nov 2007 09:30:45 +0000 (09:30 +0000)
commitb9a7f4e502b1e00c0ed3f1832cc7676095dc11f0
tree40922d3954b074e5311d9986caf5a6ffe022bd2d
parent51009a40b403230cc4d70f51daf74ffe96e7758f
Move connection-oriented variables from the SessionHandle struct to the
connectdata struct. This will in theory enable us to do persistent connections
with SCP+SFTP, but currently the state machine always (and wrongly) cleanup
everything in the 'done' action instead of in 'disconnect'. Also did a bunch
of indent fixes, if () => if() and a few other source cleanups like added
comments etc.
lib/ssh.c
lib/urldata.h