(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 9 Oct 2010 13:54:57 +0000 (15:54 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 9 Oct 2010 13:54:57 +0000 (15:54 +0200)
commit2e6c74c53fbb318aa13144681400f3f80e3529f7
treed262f40b06be006a0ed0c87711cf1363088b5471
parent7450df5dfcac171bae556c26261ab2873573f34c
(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.
src/ChangeLog
src/gnutls.c