fix(doq): no keep-alive made no sense here

This commit is contained in:
2025-10-11 23:19:14 +01:00
parent 4cec2fabd4
commit abb5cb7da0
2 changed files with 26 additions and 96 deletions

View File

@@ -279,7 +279,6 @@ func createClient(scheme, host, port, path string, opts Options) (DNSClient, err
Host: host,
Port: port,
DNSSEC: opts.DNSSEC,
KeepAlive: opts.KeepAlive,
}
logger.Debug("Creating DoQ client with config: %+v", config)
return doq.New(config)