GitHub user prashantv opened a pull request:
https://github.com/apache/thrift/pull/571
Close previous response body on flush. (THRIFT-3277)
Connections were being leaked as Flush created new responses without
closing the previous response body.
See THRIFT-3277 for more information.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prashantv/thrift go-multi-req
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/571.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #571
----
commit 1b1ec267bf1dad3c37e654964f34d4409432d15b
Author: Prashant Varanasi <[email protected]>
Date: 2015-07-29T21:25:19Z
Close previous response body on flush.
Connections were being leaked as Flush created new responses
without closing the previous response body.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---