You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/01 12:46:39 UTC

[jira] [Commented] (THRIFT-3251) Add http transport for server to Go lib

    [ https://issues.apache.org/jira/browse/THRIFT-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126154#comment-15126154 ] 

ASF GitHub Bot commented on THRIFT-3251:
----------------------------------------

GitHub user nsuke opened a pull request:

    https://github.com/apache/thrift/pull/829

    Fix CI build for THRIFT-3251 Add http transport for server to Go lib

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nsuke/thrift go-ci-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/829.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 #829
    
----
commit 8d88bd355bb32cec13c88322edee526820f3990f
Author: Nobuaki Sukegawa <ns...@apache.org>
Date:   2016-02-01T10:45:07Z

    Update known_failures for Go http

commit 19286f1bd9ab11fd4c28ed21771181137acdd418
Author: Nobuaki Sukegawa <ns...@apache.org>
Date:   2016-02-01T10:50:52Z

    Allow Go test failures on CI as it hangs (on CI)

----


> Add http transport for server to Go lib
> ---------------------------------------
>
>                 Key: THRIFT-3251
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3251
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Go - Library
>    Affects Versions: 0.9.2
>            Reporter: Dylan Wen
>            Assignee: Claudemiro Alves Feitosa Neto
>            Priority: Minor
>             Fix For: 1.0
>
>
> There is a lack of http transport for server in Go lib, so the server could not communicate with client running http transport, e.g., client runs the Go code  lib/go/thrift/http_client.go, or C++ async client which usually runs along with libevent and http transport.
> Some code similar to lib/cpp/src/thrift/transport/THttpTransport.cpp needs to be added to Go lib, in order to run a server written in Go to communicate with these http transport client.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)