[Omake] SVN Commit: Mojave standard library (Rev. 12933)
Aleksey Nogin
nogin at metaprl.org
Tue May 20 09:53:05 PDT 2008
In lm_ssl_flush:
- Wraped the flush call in a enter/leave_blocking_section
- Added an "XXX: BUG" comment about it being an error not to check the return
value of the BIO_flush call. According to the man page:
BIO_flush(), because it can write data may return 0 or -1
indicating that the call should be retried later
in a similar manner to BIO_write(). The
BIO_should_retry() call should be used and appropriate
action taken is the call fails.
----
Changes in libmojave/cutil:
+8 -0 lm_ssl.c
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/libmojave/2008-05.html#08/05/20.09:53:05
More information about the OMake-CVS
mailing list