Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix secure thrift client connection timeout using kServiceConnSSLTimeout
Summary: Recently we have identified a few instances of TCP connection timeout for KvStore instance. {P968496899} By checking the code, I see the SSL connection is using the timeout setup for plaintext(500ms) instead of the `kServiceConnSSLTimeout`(1000ms). Fix this. Reviewed By: shih-hao-tseng Differential Revision: D52611361 fbshipit-source-id: b893487d9db0aca7b219605be90c2cce377bdc8b
- Loading branch information