libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] recv MSG_DONTWAIT and EAGAIN


From: Erik Slagter
Subject: Re: [libmicrohttpd] recv MSG_DONTWAIT and EAGAIN
Date: Fri, 18 Mar 2011 17:13:41 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Mnenhy/0.8.3 Thunderbird/3.1.9 ThunderBrowse/3.3.5

EGAIN can also happen if a system call is interrupted, e.g. when a signal is received, timer expires, etc. The EAGAIN should be trapped by libc and restart the system call, but it doesn't do it in your evironment (properly)?

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]