Skip to content
Snippets Groups Projects
Commit 3f3d1e48 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

document "cancel" feature

parent 94c95c67
Branches
Tags
No related merge requests found
......@@ -121,6 +121,36 @@ and
.BR acl-passwd .
.RE
.TP
.B cancel {ABANDON|ignore|exop[-discover]}
Defines how to handle operation cancellation.
By default,
.B abandon
is invoked, so the operation is abandoned immediately.
If set to
.BR ignore ,
no action is taken and any further response is ignored; this may result
in further response messages to be queued for that connection, so it is
recommended that long lasting connections are timed out either by
.I idle-timeout
or
.IR conn-ttl ,
so that resources eventually get released.
If set to
.BR exop ,
a
.I cancel
operation (RFC 3909) is issued, resulting in the cancellation
of the current operation; the
.I cancel
operation waits for remote server response, so its use
may not be recommended.
If set to
.BR exop-discover ,
support of the
.I cancel
extended operation is detected by reading the remote server's root DSE.
.TP
.B chase-referrals {YES|no}
enable/disable automatic referral chasing, which is delegated to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment