Skip to content

Commit

Permalink
Fix: do not invoke s.incWritePkgNum in handleLoop because WriteBytes …
Browse files Browse the repository at this point in the history
…will invoke it
  • Loading branch information
AlexStocks committed Jul 7, 2019
1 parent e591665 commit 15da469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion session.go
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ LOOP:
flag = false
// break LOOP
}
s.incWritePkgNum()
} else {
log.Infof("[session.handleLoop] drop writeout package{%#v}", outPkg)
}
Expand Down

0 comments on commit 15da469

Please sign in to comment.