`sock-queue-timeout`. Thanks to Qifan Zhang, Palo Alto
Networks, for the report.
if (worker->stats.max_query_time_us < wait_queue_time)
worker->stats.max_query_time_us = wait_queue_time;
if(wait_queue_time >
- (long long)(worker->env.cfg->sock_queue_timeout * 1000000)) {
+ (long long)worker->env.cfg->sock_queue_timeout * 1000000) {
/* count and drop queries that were sitting in the socket queue too long */
worker->stats.num_queries_timed_out++;
return 0;
query caused error information that was not cleared by
a successful A subquery. Thanks to Qifan Zhang, Palo Alto
Networks, for the report.
+ - Fix integer overflow for very high values of
+ `sock-queue-timeout`. Thanks to Qifan Zhang, Palo Alto
+ Networks, for the report.
12 June 2026: Wouter
- Fix that for auth-zone and rpz zones the allow-notify