GitHub user MartinHaimberger opened a pull request:

    https://github.com/apache/thrift/pull/1362

    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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MartinHaimberger/thrift 0.10.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1362.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 #1362
    
----
commit 46fe1d703493ddc1c1648955fdd86d3b707304c7
Author: Martin Haimberger <martin.haimber...@thincast.com>
Date:   2017-09-15T11:09:49Z

    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

----


---

Reply via email to