Skip to content

Commit

Permalink
update uplink traffic in read multibuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed May 28, 2018
1 parent 8f6e162 commit daa7905
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proxyman/inbound/worker.go
Expand Up @@ -150,6 +150,10 @@ L:
}
}

if c.uplink != nil {
c.uplink.Add(int64(payload.Len()))
}

return payload, nil
}

Expand Down

0 comments on commit daa7905

Please sign in to comment.