Skip to content

ITS#9820 fix writewait/idletimeout interaction

Howard Chu requested to merge hyc/openldap:its9820 into master

Since 88d22a1c the writewait check was moved out of connections_timeout_idle() but the connection loop was still testing the writewait flag. It should instead just skip any connection with a waiting writer, since the writewait is now handled elsewhere.

Merge request reports