Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscriber: clear enabled filter map when short circuiting #1575

Merged
merged 5 commits into from
Sep 19, 2021

Commits on Sep 17, 2021

  1. subscriber: clear enabled filter map when short circuiting

    This is essentially the same change as #1569, but for `enabled` states
    rather than `register_callsite`. When a global filter returns `false`
    from `enabled`, ensure that the per-layer filter `FilterMap` and debug
    counters are cleared, so that they are empty on the next `enabled` call.
    
    See #1563
    hawkw committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    1202a86 View commit details
    Browse the repository at this point in the history
  2. fix warning

    hawkw committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    09e8187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e045c3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    295dbee View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Configuration menu
    Copy the full SHA
    9795304 View commit details
    Browse the repository at this point in the history