2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Remove the keep-response-order ACL map

The keep-response-order option has been obsoleted, and in this commit,
remove the keep-response-order ACL map rendering the option no-op, the
call the isc_nm_sequential() and the now unused isc_nm_sequential()
function itself.
This commit is contained in:
Ondřej Surý
2022-01-27 10:09:07 +01:00
parent 30f4bdb17e
commit d01562f22b
8 changed files with 6 additions and 92 deletions

View File

@@ -1021,11 +1021,6 @@ struct isc_nmsocket {
*/
atomic_bool client;
/*%
* TCPDNS socket has been set not to pipeline.
*/
atomic_bool sequential;
/*%
* The socket is processing read callback, this is guard to not read
* data before the readcb is back.