On Tue, Aug 06, 2013 at 08:16:03PM +0200, Daniel Stenberg wrote: > On Tue, 6 Aug 2013, Patrick Monnerat wrote: > >Good job. May be one more state for SSL handshake ?... > > Hm, that's not a bad idea. I also thought about exposing the > sub-state of FTP or SFTP somehow.
SSL can take a number of round trips, especially with some of the exotic authentication methods possible, and over a high-latency connection it could take noticeable time. Another state I'd like to see made available is an authentication state, which is another one that can take several round trips for some protocols. Some of the state should probably also be available in proxy and non-proxy versions. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
