--- AnyEvent/Changes 2009/08/03 20:51:01 1.317 +++ AnyEvent/Changes 2009/08/06 13:31:01 1.320 @@ -2,6 +2,15 @@ TODO: Danga::Socket backend. +TODO: delay tcp_connect +4.901 + - AE::Handle::starttls could get out of sync when the read buffer + already contains some TLS handshake. + - AE::Handle did not properly free the TLS session, causing bigger + memory leaks in Net::SSLeay than expected (reported by toaster). + - AE::Socket::tcp_connect will now artificially delay invoking + the callback to avoid returning after invoking the callback. + 4.9 Sat Aug 1 11:07:01 CEST 2009 - Glib silently fails when registering a timeout with a negative value, so avoid that.