refactor a bit to send filters instead of agents

This commit is contained in:
Adil Hafeez 2026-03-12 13:26:19 -07:00
parent 692499d910
commit 8c71acfc76
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 34 additions and 16 deletions

View file

@ -77,6 +77,7 @@ mod tests {
filter_chain: None,
port: 8080,
router: None,
filter_agents: None,
};
let listeners = vec![listener];