[jira] [Commented] (THRIFT-3276) Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded.

2015-07-29 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646713#comment-14646713 ] Jens Geyer commented on THRIFT-3276: Did you check against trunk? Binary data does

[jira] [Commented] (THRIFT-2006) TBinaryProtocol message header call name length is not validated and can be used to core the server

2015-07-29 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646796#comment-14646796 ] James E. King, III commented on THRIFT-2006: From [~ben.craig]: {quote} This

[GitHub] thrift pull request: c_glib: Compiler: Do not try to convert betwe...

2015-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/568 --- 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] [Resolved] (THRIFT-3273) c_glib: Generated code tries to convert between function and void pointers

2015-07-29 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-3273. Resolution: Fixed Fix Version/s: 0.9.3 Committed, many thanks. c_glib: Generated code

[jira] [Created] (THRIFT-3277) go: THttpClient leaks connections if it's used for multiple requests

2015-07-29 Thread Prashant V (JIRA)
Prashant V created THRIFT-3277: -- Summary: go: THttpClient leaks connections if it's used for multiple requests Key: THRIFT-3277 URL: https://issues.apache.org/jira/browse/THRIFT-3277 Project: Thrift

[jira] [Commented] (THRIFT-3277) go: THttpClient leaks connections if it's used for multiple requests

2015-07-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646790#comment-14646790 ] ASF GitHub Bot commented on THRIFT-3277: GitHub user prashantv opened a pull

[GitHub] thrift pull request: Close previous response body on flush. (THRIF...

2015-07-29 Thread prashantv
GitHub user prashantv opened a pull request: https://github.com/apache/thrift/pull/571 Close previous response body on flush. (THRIFT-3277) Connections were being leaked as Flush created new responses without closing the previous response body. See THRIFT-3277 for more

[jira] [Commented] (THRIFT-3273) c_glib: Generated code tries to convert between function and void pointers

2015-07-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646820#comment-14646820 ] ASF GitHub Bot commented on THRIFT-3273: Github user asfgit closed the pull

[jira] [Created] (THRIFT-3276) Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded.

2015-07-29 Thread Steve Niemitz (JIRA)
Steve Niemitz created THRIFT-3276: - Summary: Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded. Key: THRIFT-3276 URL:

[jira] [Updated] (THRIFT-3276) Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded.

2015-07-29 Thread Steve Niemitz (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Niemitz updated THRIFT-3276: -- Affects Version/s: 0.9.1 Binary data does not decode correctly using the TJSONProtocol when

[jira] [Updated] (THRIFT-3278) NodeJS: Fix exception stack traces and names

2015-07-29 Thread Andrew de Andrade (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew de Andrade updated THRIFT-3278: -- Attachment: 0001-Fix-exceptions.patch NodeJS: Fix exception stack traces and names

[jira] [Commented] (THRIFT-3273) c_glib: Generated code tries to convert between function and void pointers

2015-07-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646883#comment-14646883 ] Hudson commented on THRIFT-3273: SUCCESS: Integrated in Thrift #1627 (See

[jira] [Resolved] (THRIFT-3270) reusing TNonblockingServer::TConnection cause dirty TSocket

2015-07-29 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Craig resolved THRIFT-3270. --- Resolution: Fixed Thanks for the patch Jesse! reusing TNonblockingServer::TConnection cause dirty

Build failed in Jenkins: Thrift-Compiler-Windows #1740

2015-07-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift-Compiler-Windows/1740/changes Changes: [bencraig] THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket [bencraig] Deleting a duplicate TPipe ctor declaration that snuck in -- Started by an SCM

[jira] [Commented] (THRIFT-3042) Dockerfiles fail to build

2015-07-29 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645975#comment-14645975 ] Jake Farrell commented on THRIFT-3042: -- that would add a lot of unnecessary

[jira] [Created] (THRIFT-3278) NodeJS: Fix exception stack traces and names

2015-07-29 Thread Andrew de Andrade (JIRA)
Andrew de Andrade created THRIFT-3278: - Summary: NodeJS: Fix exception stack traces and names Key: THRIFT-3278 URL: https://issues.apache.org/jira/browse/THRIFT-3278 Project: Thrift

[jira] [Commented] (THRIFT-3276) Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded.

2015-07-29 Thread Steve Niemitz (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646977#comment-14646977 ] Steve Niemitz commented on THRIFT-3276: --- I haven't, but neither TBase64Utils.java

[jira] [Commented] (THRIFT-3273) c_glib: Generated code tries to convert between function and void pointers

2015-07-29 Thread Simon South (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646071#comment-14646071 ] Simon South commented on THRIFT-3273: - I've updated the branch and this should