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

HttpAddress errors should be not only critical. #446

Merged
merged 3 commits into from
Sep 4, 2023
Merged

Conversation

cheatfate
Copy link
Collaborator

No description provided.

@@ -82,6 +82,17 @@ type
HttpState* {.pure.} = enum
Alive, Closing, Closed

HttpAddressErrorType* {.pure.} = enum
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or list specific error kinds we interpret then have a set of critical ones, ie Critical = {ParseError, XxxErro}, Recoverable = {LookupError, ...}

@cheatfate cheatfate merged commit 300fbaa into master Sep 4, 2023
12 checks passed
@cheatfate cheatfate deleted the http-address-2 branch September 4, 2023 18:49
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