Skip to content

Commit

Permalink
END_STREAM is half close
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Jan 16, 2022
1 parent 1a12927 commit 0d848f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/grpcparser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (p *Parser) Parse(packet gopacket.Packet) (messages []grpc.Message, err err
if frame.StreamEnded() {
defer func() {
delete(p.streams[segment.ConnID()], streamID)
delete(p.streams[segment.RevConnID()], streamID)
}()
}

Expand Down

0 comments on commit 0d848f0

Please sign in to comment.