Add TFO support to AsyncSSLSocket
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.h
index 43ada2497afea62d0b8a5d0bc95da2a50a9fa485..e4b512496c3941afbe5ea2f2cae69597c1daa46d 100644 (file)
@@ -607,7 +607,9 @@ class TestSSLServer {
  public:
   // Create a TestSSLServer.
   // This immediately starts listening on the given port.
-  explicit TestSSLServer(SSLServerAcceptCallbackBase *acb);
+  explicit TestSSLServer(
+      SSLServerAcceptCallbackBase* acb,
+      bool enableTFO = false);
 
   // Kill the thread.
   ~TestSSLServer() {