GitHub user djwatson opened a pull request:
https://github.com/apache/thrift/pull/357
Facebook's THeader protocol and transport for cpp
Pulled from a pre-c++11 / folly / iobuf version. Removed some unused stuff.
This adds:
* headers
* dynamic protocol selection
* dynamic zlib compression
* backwards compat with unframed / framed
Added it to TestServer / TestClient. Tested various combinations, seems to
work.
There were enough changes made vs. the fbthrift version that this could
probably use a review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/djwatson/thrift THRIFT-2423
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/357.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 #357
----
commit 8ff57a0b89b1cfaaa5d11d9fbf2cf70466f7ab7c
Author: Dave Watson <[email protected]>
Date: 2015-01-16T19:22:01Z
Facebook's THeader protocol and transport for cpp
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---