1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-08 23:06:01 -04:00
This commit is contained in:
Darien Raymond
2018-02-13 11:15:04 +01:00
parent 31d1fb6cc3
commit ccb2a9f168
4 changed files with 14 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ func (h *copyHandler) writeTo(writer Writer, mb MultiBuffer) error {
return err
}
// SizeCounter is for counting bytes copied by Copy().
type SizeCounter struct {
Size int64
}