Comment 20 for bug 1921562

Revision history for this message
In , Ryan Tandy (rtandy) wrote :

Created attachment 708
test program with non-blocking socket

Here's a test program that exercises the scenario with a non-blocking socket, similar to the case described in bug 9210. Currently it fails on 2.4 with LDAP_SERVER_DOWN and on 2.5 with LDAP_TIMEOUT, but succeeds if you comment out the fcntl(). Any patch needs to correct that as well as the scenario described here with a blocking socket.