Skip to content

Commit cf5359c

Browse files
authored
fixed a branch merge bug
1 parent e66d546 commit cf5359c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,9 +1342,6 @@ func (s *Server) processUnaryRPC(ctx context.Context, t transport.ServerTranspor
13421342
if trInfo != nil {
13431343
trInfo.tr.LazyLog(&payload{sent: false, msg: v}, true)
13441344
}
1345-
if len(shs) == 0 && len(binlogs) == 0 {
1346-
s.opts.recvBufferPool.Put(&d)
1347-
}
13481345
return nil
13491346
}
13501347
ctx = NewContextWithServerTransportStream(ctx, stream)

0 commit comments

Comments
 (0)