mirror of https://github.com/v2ray/v2ray-core
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