Message180396
> 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. |
|
Date |
User |
Action |
Args |
2013-01-22 14:56:23 | pitrou | set | recipients:
+ pitrou, gvanrossum, jcea, giampaolo.rodola, trent, neologix, sbt |
2013-01-22 14:56:23 | pitrou | link | issue16507 messages |
2013-01-22 14:56:23 | pitrou | create | |
|