[GitHub] thrift pull request: THRIFT-3402: add unix socket support to perl

2015-11-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/670 --- 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 enab

[GitHub] thrift pull request: THRIFT-3402: add unix socket support to perl

2015-11-04 Thread jeking3
Github user jeking3 closed the pull request at: https://github.com/apache/thrift/pull/670 --- 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: THRIFT-3402: add unix socket support to perl

2015-11-04 Thread jeking3
Github user jeking3 commented on the pull request: https://github.com/apache/thrift/pull/670#issuecomment-153738411 Closing and re-opening the pull request to get another CI build. Need to determine if the build failure was transient. --- If your project is set up for it, you can re

[GitHub] thrift pull request: THRIFT-3402: add unix socket support to perl

2015-11-04 Thread jeking3
GitHub user jeking3 reopened a pull request: https://github.com/apache/thrift/pull/670 THRIFT-3402: add unix socket support to perl Usage: my $serversock = new Thrift::UnixServerSocket($path); or my $serversock = new Thrift::UnixServerSocket(path => $path, queue =>

[GitHub] thrift pull request: THRIFT-3402: add unix socket support to perl

2015-10-30 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/670 THRIFT-3402: add unix socket support to perl Usage: my $serversock = new Thrift::UnixServerSocket($path); or my $serversock = new Thrift::UnixServerSocket(path => $path, queue => $q