mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
Merge pull request #49 from lavafroth/fix-accumulator
This commit is contained in:
commit
c7774f6d99
@ -25,7 +25,7 @@ func (conn *Conn) WriteChunks(c [][]byte) (n int, err error) {
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
b += total
|
||||
total += b
|
||||
}
|
||||
|
||||
return total, nil
|
||||
|
Loading…
Reference in New Issue
Block a user