|
| From: | Andreas Schwab |
| Subject: | Re: gnutls infloop possibly fixed |
| Date: | Mon, 13 Feb 2012 21:46:32 +0100 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) |
Lars Ingebrigtsen <address@hidden> writes:
> ! if (rtnval == EAGAIN) {
That is never true.
> ! #ifdef EWOULDBLOCK
> ! errno = EWOULDBLOCK;
> ! #endif
> ! #ifdef EAGAIN
> ! errno = EAGAIN;
> ! #endif
Does this actually survive emacs_gnutls_handle_error?
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
| [Prev in Thread] | Current Thread | [Next in Thread] |