You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by hhkbp2 <gi...@git.apache.org> on 2015/07/21 06:08:45 UTC

[GitHub] thrift pull request: Add http transport for server in Golang

GitHub user hhkbp2 opened a pull request:

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

    Add http transport for server in Golang

    Hi,
    
    This PR adds a http transport for server in Golang. It contains http protocol parsing codes, which works with the go/c++ client side http related logic.

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

    $ git pull https://github.com/hhkbp2/thrift master

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

    https://github.com/apache/thrift/pull/556.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 #556
    
----
commit ebb6d04f1f59818a19525123d32bd64f163063fe
Author: Dylan.Wen <hh...@gmail.com>
Date:   2015-07-07T10:25:14Z

    add http transport implementation for golang server

commit 6c318e50adba846d9d0a0794a0f2d217ecdcb507
Author: Dylan.Wen <hh...@gmail.com>
Date:   2015-07-08T06:20:34Z

    add test for golang http transport

commit b1e4bb7db9af82bd078cfaaf67df27a3fb72e108
Author: Dylan.Wen <hh...@gmail.com>
Date:   2015-07-08T08:38:39Z

    simplify the used interfaces a little bit

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] thrift pull request: Add http transport for server in Golang

Posted by hhkbp2 <gi...@git.apache.org>.
Github user hhkbp2 closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] thrift pull request: Add http transport for server in Golang

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell commented on the pull request:

    https://github.com/apache/thrift/pull/556#issuecomment-123153319
  
    Hi @hhkbp2, thanks for the patch. Can you please follow our how to contribute guide for submitting a patch back to Apache Thrift, thanks and appreciate the help. 
    
    http://thrift.apache.org/docs/HowToContribute


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---