Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix QueueEntry recycle problem. (apache#3747)
Descriptions of the changes in this PR: In the QueueEntry recycle, it only recycles itself to the object pool, but didn't reset some properties. Like entry, cb, etc. We should reset the filed before recycles itself.
- Loading branch information