Commit 15da4690 authored by AlexStocks's avatar AlexStocks

Fix: do not invoke s.incWritePkgNum in handleLoop because WriteBytes will invoke it

parent e591665d
......@@ -552,7 +552,6 @@ LOOP:
flag = false
// break LOOP
}
s.incWritePkgNum()
} else {
log.Infof("[session.handleLoop] drop writeout package{%#v}", outPkg)
}
......
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