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 timeout.
fixed issue where poll was not using the right flags.
Fixes issue THRIFT-4331 on master.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MartinHaimberger/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1363.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1363
----
commit 3e6e271dedbbb46f1a45f5e5d0b56bddf1589764
Author: Martin Haimberger <[email protected]>
Date: 2017-09-15T11:03:27Z
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 timeout.
fixed issue where poll was not using the right flags.
----
---