forked from facebook/openr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: SRP Emulation failure due to D28695635 (facebook@f1d2779) deleted the GFlag usage for thrift server. - Replace the GFlag usage with Open/R thrift config; - Change the SSL enable logic from ``` if (sslContext_) { ``` to ``` if (config_->isSecureThriftServerEnabled()) { ``` Reviewed By: xiangxu1121 Differential Revision: D28977793 fbshipit-source-id: ee9cbfc1704028065d72db27505188e626b47f5c
- Loading branch information
1 parent
497860a
commit ecb0d3e
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters