]> git.sur5r.net Git - openldap/commit
Look on connection_read() if it returns positive so it has a chance
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 16 Jul 1999 18:53:30 +0000 (18:53 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 16 Jul 1999 18:53:30 +0000 (18:53 +0000)
commit0053b27ce0b457a553c2640c58265131b6bea0fe
treebde2a30cab5722823e34aabe75e0bf6a980b92f5
parentea8669c37d2e30389457603a31c4d2976bbe9480
Look on connection_read() if it returns positive so it has a chance
to exhaust all protocol units received from the transport layer.
I think this is the necessary fix for the TLS-data-ready/
socket-not-ready issue, but I have not experimented that problem
yet, so I am unsure about its effectiveness.
Now, do we need something like that for connection_write?  How would
we go about implementing it?
servers/slapd/daemon.c