mirror of
https://github.com/duanhf2012/origin.git
synced 2026-03-23 04:07:36 +08:00
优化pbprocessor
This commit is contained in:
@@ -66,7 +66,7 @@ func (slf *PBProcessor) ReleaseRpcRequest(rpcRequestData IRpcRequestData){
|
||||
rpcPbRequestDataPool.Put(rpcRequestData)
|
||||
}
|
||||
|
||||
func (slf *PBProcessor) ReleaseRpcRespose(rpcRequestData IRpcRequestData){
|
||||
func (slf *PBProcessor) ReleaseRpcRespose(rpcRequestData IRpcResponseData){
|
||||
rpcPbResponeDataPool.Put(rpcRequestData)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user