mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-15 14:20:57 +00:00
Update main.go
This commit is contained in:
@@ -149,8 +149,8 @@ func isHealthCheckByUserAgent(message *tap.OutputChannelItem) bool {
|
||||
if strings.Contains(strings.ToLower(header.Value), userAgent) {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
return false
|
||||
}
|
||||
}
|
||||
return false
|
||||
|
Reference in New Issue
Block a user