commit | a559f8d903074afa76b4e9255e0d883b7401bf95 | [log] [tgz] |
---|---|---|
author | alisdair sullivan <alisdairsullivan@yahoo.ca> | Mon Nov 17 20:28:35 2014 -0800 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Nov 01 18:03:40 2015 +0900 |
tree | ff4bccf00bfeefceab0212aecef2d8e0a5eb9e80 | |
parent | 826ea998d5590247a00a3aea09026a9d7518d1f7 [diff] [blame] |
THRIFT-2856 refactor erlang basic transports and unify interfaces Client: Erlang Patch: Alisdair Sullivan This closes #288
diff --git a/lib/erl/src/thrift.app.src b/lib/erl/src/thrift.app.src index 28b8cb5..1a23f0d 100644 --- a/lib/erl/src/thrift.app.src +++ b/lib/erl/src/thrift.app.src
@@ -37,6 +37,7 @@ thrift_http_transport, thrift_json_parser, thrift_json_protocol, + thrift_membuffer_transport, thrift_memory_buffer, thrift_processor, thrift_protocol,