[GitHub] thrift pull request #1363: THRIFT-4331 - C++: TSSLSocket fixes

2017-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1363 ---

[GitHub] thrift pull request #1363: THRIFT-4331 - C++: TSSLSocket fixes

2017-09-17 Thread MartinHaimberger
Github user MartinHaimberger commented on a diff in the pull request: https://github.com/apache/thrift/pull/1363#discussion_r139311583 --- Diff: lib/cpp/src/thrift/transport/TSSLSocket.cpp --- @@ -759,7 +775,9 @@ unsigned int TSSLSocket::waitForEvent(bool wantRead) { struct T

[GitHub] thrift pull request #1363: THRIFT-4331 - C++: TSSLSocket fixes

2017-09-15 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1363#discussion_r139214105 --- Diff: lib/cpp/src/thrift/transport/TSSLSocket.cpp --- @@ -759,7 +775,9 @@ unsigned int TSSLSocket::waitForEvent(bool wantRead) { struct THRIFT_POL

[GitHub] thrift pull request #1363: THRIFT-4331 - C++: TSSLSocket fixes

2017-09-15 Thread MartinHaimberger
GitHub user MartinHaimberger opened a pull request: https://github.com/apache/thrift/pull/1363 THRIFT-4331 - C++: TSSLSocket fixes fixed issue with large messages, where waitForEvent was called mutliple times waiting for SSL_read() to get bytes and running in the retry timeou