You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Can Celasun (JIRA)" <ji...@apache.org> on 2017/06/05 13:35:04 UTC

[jira] [Closed] (THRIFT-4216) Golang Http Clients Do Not Respect User Options

     [ https://issues.apache.org/jira/browse/THRIFT-4216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Can Celasun closed THRIFT-4216.
-------------------------------
    Resolution: Fixed

> Golang Http Clients Do Not Respect User Options
> -----------------------------------------------
>
>                 Key: THRIFT-4216
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4216
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Library
>            Reporter: James Mouradian
>            Assignee: Can Celasun
>
> As of 72ca60d, the instantiation of an http client with user-supplied options ([NewTHttpClientWithOptions|https://github.com/apache/thrift/blob/master/lib/go/thrift/http_client.go#L93]) disregards options. 
> The target endpoint is tested with the following snippet:
> {code}
> response, err := http.Get(urlstr)
> {code}
> However, a user-supplied {{THttpClientOptions}} contains a client that should be used to test the endpoint instead, i.e., 
> {code}
> response, err := options.Client.Get(urlstr)
> {code}
> The user-supplied client may have settings that are required to communicate with the target endpoint. 
> Though this fix seems simple, I have not supplied a patch, as this fix should likely be bundled with a greater overarching patch to THRIFT-4215. That is because the single line change above may not include all the fixes necessary to propagate client options correctly through the construction of a {{THttpTransport}}, and further errors are squelched.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)