RE: How to tell when no more progress can be made

2013-01-18 Thread A G
Hi > The error codes "WANT_READ" and "WANT_WRITE" help you determine which > of those 4 is most likely ready, but as soon as all 4 API entrypoints > say they can do no more until you provide them with more data/extract > some data from them, then you know that to be true. > > Someone please correc

How to tell when no more progress can be made

2013-01-17 Thread A G
Hi Here http://marc.info/?l=openssl-users&m=124386218929227 It states that "...This is why it is very important to understand that any possible forward progress on any port (and a write operation that returns WANT_READ may have made forward progress!) requires you to retry all pending operations