mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-07 05:22:27 +00:00
Remove unused fields in tlsReader
This commit is contained in:
@@ -18,10 +18,8 @@ type tlsReader struct {
|
||||
tcpID *api.TcpID
|
||||
isClosed bool
|
||||
isClient bool
|
||||
msgQueue chan api.TcpReaderDataMsg // Unused
|
||||
captureTime time.Time
|
||||
parent api.TcpStream
|
||||
packetsSeen uint
|
||||
extension *api.Extension
|
||||
emitter api.Emitter
|
||||
counterPair *api.CounterPair
|
||||
|
Reference in New Issue
Block a user