Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Dec 30, 2024
1 parent f87c56f commit 98c463b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mirrord/agent/src/steal/connections/filtered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ pub struct FilteredStealTask<T> {
/// For safely downcasting the IO stream after an HTTP upgrade. See [`Upgraded::downcast`].
_io_type: PhantomData<fn() -> T>,

/// Helps us figuring out if we should update some metrics in the `Drop` implementation.
metrics_updated: bool,
}

Expand Down

0 comments on commit 98c463b

Please sign in to comment.