mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-03 03:25:26 +00:00
No lint
This commit is contained in:
@@ -53,7 +53,7 @@ func (reader *tcpReader) run(options *api.TrafficFilteringOptions, wg *sync.Wait
|
|||||||
reader.reqResMatcher = reader.parent.reqResMatchers[i]
|
reader.reqResMatcher = reader.parent.reqResMatchers[i]
|
||||||
reader.counterPair = reader.parent.counterPairs[i]
|
reader.counterPair = reader.parent.counterPairs[i]
|
||||||
b := bufio.NewReader(reader)
|
b := bufio.NewReader(reader)
|
||||||
err := extension.Dissector.Dissect(b, reader, options)
|
extension.Dissector.Dissect(b, reader, options) //nolint
|
||||||
if reader.isProtocolIdentified() {
|
if reader.isProtocolIdentified() {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user