fix: add debug logging for DoT SERVFAIL serialization failure, TC-bit TODO
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -175,6 +175,7 @@ where
|
||||
resp.header.rescode = ResultCode::SERVFAIL;
|
||||
let mut buf = BytePacketBuffer::new();
|
||||
if resp.write(&mut buf).is_err() {
|
||||
debug!("DoT: failed to serialize SERVFAIL for {}", remote_addr);
|
||||
break;
|
||||
}
|
||||
buf
|
||||
|
||||
Reference in New Issue
Block a user