Skip to content

Commit

Permalink
Merge pull request AlexStocks#13 from divebomb/master
Browse files Browse the repository at this point in the history
Fix: do not invoke s.incWritePkgNum in handleLoop
  • Loading branch information
wongoo authored Jul 7, 2019
2 parents e591665 + 15da469 commit c150ddf
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 c150ddf

Please sign in to comment.