https://bugs.openldap.org/show_bug.cgi?id=8178
--- Comment #2 from Ondřej Kuzník ondra@mistotebe.net --- back-sock currently uses stdio (fgets()) to read from the socket, the thing would need to be reworked to move away from STDIO towards non-blocking read() and select().