This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, gvanrossum, jcea, neologix, pitrou, sbt, trent
Date 2013-01-22.14:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1694693851.412642169.1358866577556.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <CAH_1eM0H21MYs6L1i+cPgtUNi-7hLyUCDzRrkRQiOSZ_150=7Q@mail.gmail.com>
Content
> Also, in real code you have to be prepared to catch EAGAIN regardless
> of spurious notifications: when a FD is reported as read ready, it
> just means that there are some data to read. Depending on the
> watermark, it could mean that only one byte is available.

If only one byte is available, recv(4096) should simply return a partial result.
History
Date User Action Args
2013-01-22 14:56:23pitrousetrecipients: + pitrou, gvanrossum, jcea, giampaolo.rodola, trent, neologix, sbt
2013-01-22 14:56:23pitroulinkissue16507 messages
2013-01-22 14:56:23pitroucreate