GitHub user dcelasun opened a pull request:
https://github.com/apache/thrift/pull/1287
THRIFT-4219 Refactor Go HTTP Client
As discussed in THRIFT-4219, this commit removes support for one-off GET
requests, which brings the Go HTTP client inline with implementations in
other languages.
Constructor functions with "Post" in their names are all deprecated
using the proper format [0] as all constructors now have the POST
behaviour.
Fixes THRIFT-4219.
[0] https://github.com/golang/go/issues/10909#issuecomment-136492606
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dcelasun/thrift THRIFT-4219
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1287.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 #1287
----
commit fdbf25f5f802fc9fde926b61c0fd31f95e39d000
Author: D. Can Celasun <[email protected]>
Date: 2017-06-10T14:37:47Z
THRIFT-4219 Refactor Go HTTP Client
As discussed in THRIFT-4219, this commit removes support for one-off GET
requests, which brings the Go HTTP client inline with implementations in
other languages.
Constructor functions with "Post" in their names are all deprecated
using the proper format [0] as all constructors now have the POST
behaviour.
Fixes THRIFT-4219.
[0] https://github.com/golang/go/issues/10909#issuecomment-136492606
----
---
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.
---