1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

update uplink traffic in read multibuffer

This commit is contained in:
Darien Raymond 2018-05-29 00:47:22 +02:00
parent 8f6e162142
commit daa790582f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -150,6 +150,10 @@ L:
}
}
if c.uplink != nil {
c.uplink.Add(int64(payload.Len()))
}
return payload, nil
}