Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: remove additional servers wrapper from memory model #3

Merged
merged 1 commit into from
May 1, 2024

Conversation

micovery
Copy link
Collaborator

The in-memory model of the API Proxy bundle had incorrectly set an extra layer for the target servers like this

This is not correct, the correct way is

The in-memory model of the API Proxy bundle had incorrectly set
an extra layer for the target servers like this

<LoadBalancer>
  <Servers>
    <Server name="foo" />
    <Server name="bar" />
  </Servers>
</LoadBalancer>

This is not correct, the correct way is

<LoadBalancer>
  <Server name="foo" />
  <Server name="bar" />
</LoadBalancer>
@micovery micovery requested a review from ssvaidyanathan April 30, 2024 23:49
@micovery micovery self-assigned this Apr 30, 2024
@micovery micovery merged commit 58fda1a into main May 1, 2024
1 check passed
@micovery micovery deleted the bug-remove-servers-wrapper branch May 1, 2024 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants