[
https://issues.apache.org/jira/browse/THRIFT-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16384768#comment-16384768
]
James E. King, III commented on THRIFT-4486:
--------------------------------------------
{noformat}
commit 3b87c71ccba661ec40248005aa9f430f5a105271 (HEAD -> master)
Author: John Boiles <[email protected]>
Date: Wed Jan 31 15:10:46 2018 -0800
THFIFT-4486: golang: support https from generated clients
golang: don't generate -remote.go clients when there are no functions
golang: support for http headers in -remote clients
golang: serialize cli requests with TJsonProtocol since serialization is not
supported with TSimpleJsonProtocol
Client: golang
This closes #1488
{noformat}
> Golang: -remote.go client cleanup
> ---------------------------------
>
> Key: THRIFT-4486
> URL: https://issues.apache.org/jira/browse/THRIFT-4486
> Project: Thrift
> Issue Type: Task
> Components: Go - Compiler
> Affects Versions: 0.11.0
> Reporter: John Boiles
> Assignee: James E. King, III
> Priority: Minor
> Fix For: 0.12.0
>
>
> PR Here: [https://github.com/apache/thrift/pull/1488]
> There are a few issues with the generated {{-remote.go}} clients, fixed in
> the above PR.
> * (bug) CLI input is decoded with TSimpleJsonProtocol which does not support
> json->thrift serialization ([see
> also|https://github.com/apache/thrift/blob/19baeefd8c38d62085891d7956349601f79448b3/lib/go/thrift/simple_json_protocol.go#L335])
> (so there is no way to input data)
> * {{(bug) *-remote.go}} files for generated Thrift packages with no services
> fail to compile since {{client}} is unused. (also these {{-remote.go}} files
> are not useful if there are no services)
> * {{(bug) https}} urls fail (since the {{useHttp}} check only checks for
> {{"http"}})
> * (feature) Http headers aren't supported, so servers with header auth
> cannot be used
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)