Skip to content

Commit

Permalink
Merge pull request #1650 from Expensify/main
Browse files Browse the repository at this point in the history
Update expensify_prod branch
  • Loading branch information
madmax330 authored Feb 20, 2024
2 parents 7564755 + 728ec61 commit f77ad8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libstuff/SHTTPSManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ SStandaloneHTTPSManager::Transaction::Transaction(SStandaloneHTTPSManager& manag
sentTime(0),
requestID(requestID.empty() ? SThreadLogPrefix : requestID)
{
// TODO: Remove this block to to enable HTTPS on followers. Also the `validate` method can be removed entirely.
manager.validate();
}

SStandaloneHTTPSManager::Transaction::~Transaction() {
Expand Down

0 comments on commit f77ad8f

Please sign in to comment.