Skip to content

Commit

Permalink
Merge d919d55 into backport/dans/initial-fetch-timeout-permafix/impli…
Browse files Browse the repository at this point in the history
…citly-ethical-satyr
  • Loading branch information
hc-github-team-consul-core authored Jul 10, 2023
2 parents 5b81599 + d919d55 commit c3ad909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/proxycfg/api_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ func (h *handlerAPIGateway) handleGatewayConfigUpdate(ctx context.Context, u Upd
// until a new response comes in. By setting these earlier we allow a minimal xDS snapshot to configure the
// gateway.
if correlationID == apiGatewayConfigWatchID {
snap.APIGateway.BoundGatewayConfigLoaded = true
snap.APIGateway.GatewayConfigLoaded = true
}
if correlationID == boundGatewayConfigWatchID {
snap.APIGateway.GatewayConfigLoaded = true
snap.APIGateway.BoundGatewayConfigLoaded = true
}
return nil
}
Expand Down

0 comments on commit c3ad909

Please sign in to comment.