]> git.sur5r.net Git - openldap/commit
In sb_tls_bio_read/write, check for EAGAIN in addition to EWOULDBLOCK.
authorHoward Chu <hyc@openldap.org>
Fri, 11 Oct 2002 06:22:24 +0000 (06:22 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 11 Oct 2002 06:22:24 +0000 (06:22 +0000)
commita9fed89e3f22a944dbcd2d3d2aabaf1e75f83617
treeef2bdba2010ed2f300972fff02590ee2cc39bb5c
parent93046479aeb4f10075afdbadf1c7e8c0fb327372
In sb_tls_bio_read/write, check for EAGAIN in addition to EWOULDBLOCK.
According to read(2)/write(2) EAGAIN is the only one we're interested in.
Fixes HP-UX 11.
http://www.openldap.org/lists/openldap-software/200105/msg00564.html
libraries/libldap/tls.c