mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
update uplink traffic in read multibuffer
This commit is contained in:
parent
8f6e162142
commit
daa790582f
@ -150,6 +150,10 @@ L:
|
||||
}
|
||||
}
|
||||
|
||||
if c.uplink != nil {
|
||||
c.uplink.Add(int64(payload.Len()))
|
||||
}
|
||||
|
||||
return payload, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user