[GitHub] thrift pull request: Allow context to be passed into NewTHttpPostC...

2015-11-03 Thread i
GitHub user i opened a pull request: https://github.com/apache/thrift/pull/682 Allow context to be passed into NewTHttpPostClient This provides a way to cancel outgoing requests which this library doesn't currently support. You can merge this pull request into a Git repository

[GitHub] thrift pull request: Always set response on THttpClient

2015-07-30 Thread i
Github user i closed the pull request at: https://github.com/apache/thrift/pull/517 --- 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

[GitHub] thrift pull request: Always set response on THttpClient

2015-06-10 Thread i
GitHub user i opened a pull request: https://github.com/apache/thrift/pull/517 Always set response on THttpClient Due to an early return, not setting response leads to a file descriptor leak. This fixes that by letting the client close its transport every time. You can merge