[gnutls-devel] GnuTLS | Support post-handshake reauthentication in the Guile bindings (!1026)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Wed Jun 12 22:34:18 CEST 2019
In pratice, `GNUTLS_E_AGAIN` does not correspond to an actual `EAGAIN` in my case because the underlying file descriptor is blocking. `GNUTLS_E_AGAIN`is actually returned in case of a short read internally.
Nevertheless, I went for the "smarter" approach on Guile 2.2+, which allows Guile to `poll` before it calls our `gnutls_record_recv` wrapper again. It looks better this way!
Thank you.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1026#note_180729089
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190612/f4b55950/attachment.html>
More information about the Gnutls-devel
mailing list