You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by nsuke <gi...@git.apache.org> on 2016/01/23 20:16:31 UTC

[GitHub] thrift pull request: THRIFT-3580 THeader for Haskell

GitHub user nsuke opened a pull request:

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

    THRIFT-3580 THeader for Haskell

    Current Protocol type class had to be modified for reasons such as THeader needing two transports or protocol type dynamically changing on IO results.
    I tried to make it similar to existing interface and most of the surface API should still work but signatures that involves Protocol will need to be updated.

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

    $ git pull https://github.com/nsuke/thrift THRIFT-3580

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

    https://github.com/apache/thrift/pull/820.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 #820
    
----
commit b7780d15b825608adbcc72f336d43e8816482dbf
Author: Nobuaki Sukegawa <ns...@apache.org>
Date:   2016-01-23T16:03:28Z

    THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed

commit eab91a1686f0ae1b12061f8e17804453e4241a78
Author: Nobuaki Sukegawa <ns...@apache.org>
Date:   2016-01-23T19:01:27Z

    THRIFT-3580 THeader for Haskell

----


---
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 #820: THRIFT-3580 THeader for Haskell

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

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


---

[GitHub] thrift issue #820: THRIFT-3580 THeader for Haskell

Posted by jeking3 <gi...@git.apache.org>.
Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/820
  
    Want to rebase on master and see if CI passes?


---