• Andrew Huang's avatar
    Fix SSLSessionTest for TravisCI (Ubuntu) · 7d52648f
    Andrew Huang authored
    Summary:
    These tests pass in our build system, and fail on other platforms (Ubuntu, Darwin). Specifically, they cause our folly's CI to fail, since it's run on Ubuntu.
    
    The tests fail because TLS 1.3 is being enabled for these tests. In retrospect, that *should* cause session resumption to fail, since no additional reads are being done on the socket after the handshake. I'm not quite sure yet why they pass in our build system.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D23513991
    
    fbshipit-source-id: 0a401d19300d8ca7da3f9b5f8263959eac826f8c
    7d52648f
SSLSessionTest.cpp 6.49 KB