Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug in ResponseInfo.release (#1330)
Increment numChunksWrittenOut before releasing the responseInfo might end up another thread calling completeRead at the same time. We might see the same ResponseInfo being released twice.
- Loading branch information