[GitHub] thrift pull request #1321: THRIFT-4274: Catch OSError in TSSLServerSocket.ac...

2017-08-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1321 --- 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 #1321: THRIFT-4274: Catch OSError in TSSLServerSocket.ac...

2017-07-31 Thread zhaakhi
GitHub user zhaakhi opened a pull request: https://github.com/apache/thrift/pull/1321 THRIFT-4274: Catch OSError in TSSLServerSocket.accept() wrap_socket can raise OSError instead of SSLError when receiving an invalid connection attempt, which if not caught crashes TSimpleServer