We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
host
generator
1 parent 8d102aa commit 0aebe62Copy full SHA for 0aebe62
src/Filter.cxx
@@ -69,5 +69,7 @@ Filter::operator()(const Net::Log::Datagram &d) const noexcept
69
type == d.type) &&
70
http_status(static_cast<uint16_t>(d.http_status)) &&
71
timestamp(d) &&
72
+ MatchFilter(d.host, hosts) &&
73
+ MatchFilter(d.generator, generators) &&
74
MatchHttpUriStartsWith(d.http_uri, http_uri_starts_with);
75
}
0 commit comments