diff lisp/ChangeLog @ 110649:2f0d755fa21b

Do the gnutls handshake from the reader loop, instead of looping over the handshake from Emacs Lisp.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Wed, 29 Sep 2010 15:25:24 +0200
parents 256dd50b2a63
children 6ae0b64986ea
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Sep 29 14:48:29 2010 +0200
+++ b/lisp/ChangeLog	Wed Sep 29 15:25:24 2010 +0200
@@ -1,6 +1,8 @@
 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 	* net/gnutls.el (starttls-negotiate): Loop a lot longer.
+	(starttls-negotiate): Just call boot, and let the handshake be
+	triggered from the read loop.
 
 2010-09-29  Glenn Morris  <rgm@gnu.org>