Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
fb3a3d78
Unverified
Commit
fb3a3d78
authored
3 years ago
by
David Levanon
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update tap/tcp_reader.go
Co-authored-by:
M. Mert Yıldıran
<
mehmet@up9.com
>
parent
ba2664c4
feature/service-mesh-badge
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tap/tcp_reader.go
+0
-1
tap/tcp_reader.go
with
0 additions
and
1 deletion
+0
-1
tap/tcp_reader.go
+
0
-
1
View file @
fb3a3d78
...
...
@@ -98,7 +98,6 @@ func (h *tcpReader) Close() {
func
(
h
*
tcpReader
)
run
(
wg
*
sync
.
WaitGroup
)
{
defer
wg
.
Done
()
b
:=
bufio
.
NewReader
(
h
)
// TODO: Add api.Pcap, api.Envoy and api.Linkerd distinction by refactoring NewPacketSourceManager method
err
:=
h
.
extension
.
Dissector
.
Dissect
(
b
,
h
.
progress
,
h
.
parent
.
origin
,
h
.
isClient
,
h
.
tcpID
,
h
.
counterPair
,
h
.
superTimer
,
h
.
parent
.
superIdentifier
,
h
.
emitter
,
filteringOptions
,
h
.
reqResMatcher
)
if
err
!=
nil
{
_
,
err
=
io
.
Copy
(
ioutil
.
Discard
,
b
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help