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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user