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

loadbalancer-experimental: split ErrorClass into connection and request types #2940

Merged

Conversation

bryce-anderson
Copy link
Contributor

We have separate interfaces for the connection and request tracking
in large part because we can't install our request tracker until we
actually get a connection. However, they both use the same ErrorClass
types.

Modifications:

  • Split the error class types into two parts: those for connect path and
    those for request path.

…st types

Motivation:

We have separate interfaces for the connection and request tracking
in large part because we can't install our request tracker until we
actually get a connection. However, they both use the same ErrorClass
types.

Modifications:

- Split the error class types into two parts: those for connect path and
  those for request path.

Result:

What is the result of this change?
@bryce-anderson bryce-anderson merged commit 4eeffeb into apple:main May 24, 2024
15 checks passed
@bryce-anderson bryce-anderson deleted the bl_anderson/trim-ErrorClassVariants branch May 24, 2024 21:54
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.

4 participants