]> git.eshelyaron.com Git - emacs.git/commit
Handle GNUTLS_E_AGAIN in emacs_gnutls_read (Bug#34341)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 6 May 2019 23:55:17 +0000 (19:55 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 14 May 2019 00:15:31 +0000 (20:15 -0400)
commit202ff53da267f9fa15f438e9c38603bbead6e890
tree6af8ac7ab68b1e5e996aa4de544a67cfadce4060
parent02bee7860f7e650ef13e00fe1a7f9a362e3eb001
Handle GNUTLS_E_AGAIN in emacs_gnutls_read (Bug#34341)

Don't merge to master, this has already been fixed there by 2019-01-15
"Fix unlikely races with GnuTLS, datagrams".
* src/gnutls.c (emacs_gnutls_read): Similar to emacs_gnutls_write,
when gnutls_record_recv returns GNUTLS_E_AGAIN set errno to EGAIN.
src/gnutls.c