Commit 2da786c4 authored by AlexStocks's avatar AlexStocks

Imp: rollback length 64 -> 0

parent 7f03717a
...@@ -418,7 +418,7 @@ func (s *session) WriteBytesArray(pkgs ...[]byte) error { ...@@ -418,7 +418,7 @@ func (s *session) WriteBytesArray(pkgs ...[]byte) error {
arrp *[]byte arrp *[]byte
arr []byte arr []byte
) )
length = 64 length = 0
for i := 0; i < len(pkgs); i++ { for i := 0; i < len(pkgs); i++ {
length += len(pkgs[i]) length += len(pkgs[i])
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment