Skip to content

ITS#9479 asyncmeta: fix hanging ops

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

Two separate problems

  1. ops that never got sent because of a pending Bind
  2. errors that never got returned because of an active op

Merge request reports