Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Feb 9, 2024
1 parent 6bd3583 commit 79c9cf0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/reliabletransport/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ func (ws *workersState) moveUpWorker() {

// we only want to insert control packets going to the tls layer
if packet.Opcode != model.P_CONTROL_V1 {
// TODO: add reason
ws.tracer.OnDroppedPacket(
model.DirectionIncoming,
int(ws.sessionManager.NegotiationState()),
packet)
continue
}

Expand Down

0 comments on commit 79c9cf0

Please sign in to comment.