Skip to content

Commit

Permalink
fix: prevent ebpf detach on TcpTransport drop
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoDeundiak committed Dec 5, 2024
1 parent 1757cca commit 5ef78c1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,3 @@ impl TcpTransport {
}
}
}

impl Drop for TcpTransport {
fn drop(&mut self) {
self.detach_ebpfs()
}
}

0 comments on commit 5ef78c1

Please sign in to comment.