Skip to content

fix(dns): query inspection records concurrently - #962

Merged
ryanfowler merged 1 commit into
mainfrom
fix/dns-inspection-concurrency
Aug 8, 2026
Merged

fix(dns): query inspection records concurrently#962
ryanfowler merged 1 commit into
mainfrom
fix/dns-inspection-concurrency

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • query DNS inspection record types concurrently over UDP
  • pipeline TCP and TLS queries while correlating out-of-order responses
  • apply one finite inspection deadline and preserve partial results when one type is dropped

Validation

  • cargo fmt --check
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo test --locked --all-features --lib --bins
  • cargo test --locked --all-features --test cli --test formatting --test grpc --test har --test http --test install --test network --test terminal --test update --test websocket -- --test-threads=2

@ryanfowler
ryanfowler enabled auto-merge (squash) August 8, 2026 08:02
@ryanfowler
ryanfowler merged commit 787ef02 into main Aug 8, 2026
7 of 8 checks passed
@ryanfowler
ryanfowler deleted the fix/dns-inspection-concurrency branch August 8, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant