Skip to content

Commit

Permalink
PR feedback 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Jul 6, 2023
1 parent e17e53c commit d919d55
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 d919d55

Please sign in to comment.