ldap: abandon request does not wait for a response

Ticket: 8356

As such, abandon request is a complete tx
pull/14974/merge
Philippe Antoine 1 month ago committed by Victor Julien
parent 784e173278
commit 76d2925bdf

@ -509,6 +509,7 @@ fn tx_is_complete(op: &ProtocolOp, dir: Direction) -> bool {
match dir {
Direction::ToServer => match op {
ProtocolOp::UnbindRequest => true,
ProtocolOp::AbandonRequest(_) => true,
_ => false,
},
Direction::ToClient => match op {

Loading…
Cancel
Save