[GitHub] thrift pull request #1081: THRIFT-3854 add a way in java to clear TFramedTra...

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1081 --- 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 ena

[GitHub] thrift pull request #1081: THRIFT-3854 add a way in java to clear TFramedTra...

2017-01-27 Thread clockfort
Github user clockfort commented on a diff in the pull request: https://github.com/apache/thrift/pull/1081#discussion_r98236369 --- Diff: lib/java/src/org/apache/thrift/transport/TFramedTransport.java --- @@ -123,6 +123,12 @@ public void consumeBuffer(int len) { readBuffer_.

[GitHub] thrift pull request #1081: THRIFT-3854 add a way in java to clear TFramedTra...

2017-01-27 Thread clockfort
Github user clockfort commented on a diff in the pull request: https://github.com/apache/thrift/pull/1081#discussion_r98235950 --- Diff: lib/java/test/org/apache/thrift/transport/TestTFastFramedTransport.java --- @@ -19,6 +19,8 @@ package org.apache.thrift.transport;

[GitHub] thrift pull request #1081: THRIFT-3854 add a way in java to clear TFramedTra...

2017-01-26 Thread jsirois
Github user jsirois commented on a diff in the pull request: https://github.com/apache/thrift/pull/1081#discussion_r98087206 --- Diff: lib/java/src/org/apache/thrift/transport/TFramedTransport.java --- @@ -123,6 +123,12 @@ public void consumeBuffer(int len) { readBuffer_.co

[GitHub] thrift pull request #1081: THRIFT-3854 add a way in java to clear TFramedTra...

2017-01-26 Thread jsirois
Github user jsirois commented on a diff in the pull request: https://github.com/apache/thrift/pull/1081#discussion_r98087986 --- Diff: lib/java/src/org/apache/thrift/transport/TFastFramedTransport.java --- @@ -164,6 +166,10 @@ public void consumeBuffer(int len) { readBuffe

[GitHub] thrift pull request #1081: THRIFT-3854 add a way in java to clear TFramedTra...

2017-01-26 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1081#discussion_r98086075 --- Diff: lib/java/test/org/apache/thrift/transport/TestTFastFramedTransport.java --- @@ -19,6 +19,8 @@ package org.apache.thrift.transport;

[GitHub] thrift pull request #1081: THRIFT-3854 add a way in java to clear TFramedTra...

2016-09-04 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/1081 THRIFT-3854 add a way in java to clear TFramedTransport read buffers imported from JIRA issue. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsu