[jira] [Resolved] (THRIFT-4089) Several issues with generated Python code: TFrozenDict, _fast_encode

2017-02-21 Thread Manasi Vartak (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manasi Vartak resolved THRIFT-4089. --- Resolution: Information Provided > Several issues with generated Python code: TFrozenDict,

[jira] [Commented] (THRIFT-4089) Several issues with generated Python code: TFrozenDict, _fast_encode

2017-02-21 Thread Manasi Vartak (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877461#comment-15877461 ] Manasi Vartak commented on THRIFT-4089: --- That was indeed the issue, thank you! > Several issues

[jira] [Assigned] (THRIFT-4081) Provide a MinGW 64-bit Appveyor CI build for better pull request validation

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-4081: -- Assignee: James E. King, III > Provide a MinGW 64-bit Appveyor CI build for

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877401#comment-15877401 ] ASF GitHub Bot commented on THRIFT-3706: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1200: THRIFT-3706: glib client/java server/crosstest multiplex...

2017-02-21 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1200 Pushed an empty commit to get a clean CI build, despite the fact that the only Travis CI build failure was environmental (couldn't reach a docker server). --- If your project is set up for it, you

[jira] [Commented] (THRIFT-4091) Removed unused realloc test causing autoconf warnings at bootstrap time

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877360#comment-15877360 ] James E. King, III commented on THRIFT-4091: Issue was introduced in 0.11.0 and reverted in

[jira] [Closed] (THRIFT-4091) Removed unused realloc test causing autoconf warnings at bootstrap time

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III closed THRIFT-4091. -- > Removed unused realloc test causing autoconf warnings at bootstrap time >

[jira] [Updated] (THRIFT-4091) Removed unused realloc test causing autoconf warnings at bootstrap time

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4091: --- Fix Version/s: (was: 0.11.0) > Removed unused realloc test causing autoconf

[jira] [Updated] (THRIFT-4091) Removed unused realloc test causing autoconf warnings at bootstrap time

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4091: --- Affects Version/s: (was: 0.10.0) 0.11.0 > Removed unused

[jira] [Closed] (THRIFT-3522) In multiplexer mode, when data gets big, error occurs in accepting data

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III closed THRIFT-3522. -- > In multiplexer mode, when data gets big, error occurs in accepting data >

[jira] [Resolved] (THRIFT-3522) In multiplexer mode, when data gets big, error occurs in accepting data

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-3522. Resolution: Duplicate See THRIFT-3801 > In multiplexer mode, when data gets big,

[jira] [Assigned] (THRIFT-3522) In multiplexer mode, when data gets big, error occurs in accepting data

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-3522: -- Assignee: James E. King, III > In multiplexer mode, when data gets big, error

[jira] [Assigned] (THRIFT-3801) Node Thrift client throws exception with multiplexer and responses that are bigger than a single buffer

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-3801: -- Assignee: James E. King, III > Node Thrift client throws exception with

[jira] [Commented] (THRIFT-3801) Node Thrift client throws exception with multiplexer and responses that are bigger than a single buffer

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877333#comment-15877333 ] ASF GitHub Bot commented on THRIFT-3801: GitHub user jeking3 opened a pull request:

[GitHub] thrift pull request #1202: THRIFT-3801: Fix exception with nodejs multiplexe...

2017-02-21 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1202 THRIFT-3801: Fix exception with nodejs multiplexer THRIFT-3801 - Node Thrift client throws exception with multiplexer and responses that are bigger than a single buffer Supercedes

[jira] [Resolved] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-4076. Resolution: Fixed > Appveyor builds failing because ant 1.9.8 was removed from

[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877312#comment-15877312 ] ASF GitHub Bot commented on THRIFT-4076: Github user asfgit closed the pull request at:

[GitHub] thrift pull request #1201: THRIFT-4076: appveyor needs to pick up PATH chang...

2017-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1201 --- 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

[jira] [Commented] (THRIFT-3752) nil collections are serialized as empty collections

2017-02-21 Thread John Sirois (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877173#comment-15877173 ] John Sirois commented on THRIFT-3752: - [~jking], I don't think so. The compiler still does the

[jira] [Commented] (THRIFT-3752) nil collections are serialized as empty collections

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877116#comment-15877116 ] James E. King, III commented on THRIFT-3752: Is it possible THRIFT-4011 helped to resolve

[jira] [Commented] (THRIFT-1805) Thrift should not swallow ALL exceptions

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877115#comment-15877115 ] James E. King, III commented on THRIFT-1805: [~jensg], [~nsuke], [~roger.meier] could one (or

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877110#comment-15877110 ] ASF GitHub Bot commented on THRIFT-3706: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1200: THRIFT-3706: glib client/java server/crosstest multiplex...

2017-02-21 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1200 @gadLinux thank you for such a thorough review. All good questions, hopefully my answers make sense. --- If your project is set up for it, you can reply to this email and have your reply appear

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877108#comment-15877108 ] ASF GitHub Bot commented on THRIFT-3706: Github user jeking3 commented on a diff in the pull

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server/crosstest mu...

2017-02-21 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102357395 --- Diff: lib/java/test/org/apache/thrift/test/TestServer.java --- @@ -190,7 +193,9 @@ public static void main(String [] args) { if

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877101#comment-15877101 ] ASF GitHub Bot commented on THRIFT-3706: Github user jeking3 commented on a diff in the pull

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server/crosstest mu...

2017-02-21 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102356989 --- Diff: lib/c_glib/src/thrift/c_glib/transport/thrift_socket.h --- @@ -50,11 +50,8 @@ struct _ThriftSocket /* private */ gchar

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server/crosstest mu...

2017-02-21 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102356814 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.c --- @@ -61,15 +61,15 @@ thrift_protocol_set_property (GObject *object, guint property_id,

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15877096#comment-15877096 ] ASF GitHub Bot commented on THRIFT-3706: Github user jeking3 commented on a diff in the pull

[jira] [Commented] (THRIFT-4031) Go plugin generates invalid code for lists of typedef'ed built-in types

2017-02-21 Thread Can Celasun (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876908#comment-15876908 ] Can Celasun commented on THRIFT-4031: - [~jensg] that commit was a while ago, but do you remember why

[jira] [Commented] (THRIFT-4031) Go plugin generates invalid code for lists of typedef'ed built-in types

2017-02-21 Thread Benoit Sigoure (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876901#comment-15876901 ] Benoit Sigoure commented on THRIFT-4031: For the example {{.thrift}} file that I provided, the

[jira] [Closed] (THRIFT-4090) compile error with array of alias in golang

2017-02-21 Thread Can Celasun (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Can Celasun closed THRIFT-4090. --- Resolution: Duplicate Duplicate of [THRIFT-4031|https://issues.apache.org/jira/browse/THRIFT-4031].

[jira] [Commented] (THRIFT-4031) Go plugin generates invalid code for lists of typedef'ed built-in types

2017-02-21 Thread Can Celasun (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876861#comment-15876861 ] Can Celasun commented on THRIFT-4031: - Seems this was intentional:

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876818#comment-15876818 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on a diff in the pull

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server multiplexed ...

2017-02-21 Thread gadLinux
Github user gadLinux commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102329070 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_multiplexed_protocol.c --- @@ -42,146 +41,119 @@ static GParamSpec

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876810#comment-15876810 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on a diff in the pull

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876811#comment-15876811 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on a diff in the pull

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876807#comment-15876807 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on a diff in the pull

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876809#comment-15876809 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on a diff in the pull

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server multiplexed ...

2017-02-21 Thread gadLinux
Github user gadLinux commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102326459 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.c --- @@ -549,12 +549,27 @@ thrift_protocol_init (ThriftProtocol *protocol) }

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876806#comment-15876806 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on a diff in the pull

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server multiplexed ...

2017-02-21 Thread gadLinux
Github user gadLinux commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102328202 --- Diff: lib/java/test/org/apache/thrift/test/TestServer.java --- @@ -190,7 +193,9 @@ public static void main(String [] args) { if

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876808#comment-15876808 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on a diff in the pull

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server multiplexed ...

2017-02-21 Thread gadLinux
Github user gadLinux commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102327046 --- Diff: lib/c_glib/src/thrift/c_glib/transport/thrift_socket.h --- @@ -50,11 +50,8 @@ struct _ThriftSocket /* private */ gchar

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server multiplexed ...

2017-02-21 Thread gadLinux
Github user gadLinux commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102326250 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.c --- @@ -61,15 +61,15 @@ thrift_protocol_set_property (GObject *object, guint

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server multiplexed ...

2017-02-21 Thread gadLinux
Github user gadLinux commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102326623 --- Diff: lib/c_glib/src/thrift/c_glib/server/thrift_server.c --- @@ -76,22 +76,22 @@ thrift_server_set_property (GObject *object, guint property_id,

[GitHub] thrift pull request #1200: THRIFT-3706: glib client/java server multiplexed ...

2017-02-21 Thread gadLinux
Github user gadLinux commented on a diff in the pull request: https://github.com/apache/thrift/pull/1200#discussion_r102325143 --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_multiplexed_protocol.c --- @@ -42,146 +41,119 @@ static GParamSpec

[jira] [Assigned] (THRIFT-4011) Sets of Thrift structs generate Go code that can't be serialized to JSON

2017-02-21 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-4011: -- Assignee: Can Celasun > Sets of Thrift structs generate Go code that can't be serialized to

[jira] [Commented] (THRIFT-4011) Sets of Thrift structs generate Go code that can't be serialized to JSON

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876766#comment-15876766 ] ASF GitHub Bot commented on THRIFT-4011: Github user asfgit closed the pull request at:

[GitHub] thrift pull request #1156: THRIFT-4011 Use slices for Thrift sets

2017-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1156 --- 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

[GitHub] thrift pull request #1201: THRIFT-4076: appveyor needs to pick up PATH chang...

2017-02-21 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1201 THRIFT-4076: appveyor needs to pick up PATH changes and JAVA_HOME from the registry after using chocolatey to install ant (and jdk, which it depends on) we need to refresh the environment You

[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876739#comment-15876739 ] ASF GitHub Bot commented on THRIFT-4076: GitHub user jeking3 opened a pull request:

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876726#comment-15876726 ] ASF GitHub Bot commented on THRIFT-3706: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1200: THRIFT-3706: glib client/java server multiplexed improve...

2017-02-21 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1200 Build failure attributed to the fix for THRIFT-4076. I reopened it, I will submit a PR for that and make sure it works, and then rebase this one to fix the Appveyor issue. --- If your project is

[jira] [Reopened] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-21 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reopened THRIFT-4076: I need to reopen this as it caused a build failure:

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15876502#comment-15876502 ] ASF GitHub Bot commented on THRIFT-3706: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1199: THRIFT-3706 - Implement multiplex protocol and crosstest...

2017-02-21 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1199 @gadLinux if you could review PR #1200 I would appreciate it. --- 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

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15875629#comment-15875629 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on the issue:

[GitHub] thrift issue #1199: THRIFT-3706 - Implement multiplex protocol and crosstest...

2017-02-21 Thread gadLinux
Github user gadLinux commented on the issue: https://github.com/apache/thrift/pull/1199 Greta, tell me if you need something from me. --- 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