diff src/ChangeLog @ 110878:39b6f8749957

(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR. According to the documentation, this is correct, and it seems to make things work.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Sat, 09 Oct 2010 15:54:57 +0200
parents bb9bf961ba7b
children f4089d3a565a
line wrap: on
line diff
--- a/src/ChangeLog	Sat Oct 09 15:27:24 2010 +0200
+++ b/src/ChangeLog	Sat Oct 09 15:54:57 2010 +0200
@@ -5,6 +5,9 @@
 	(emacs_gnutls_read): Return -1 if we got an error from
 	gnutls_read().  This allows us to actually read lots of data from
 	the GnuTLS stream.
+	(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
+	According to the documentation, this is correct, and it seems to
+	make things work.
 
 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>