Skip to content

Conversation

@rockorager
Copy link
Contributor

The kqueue and epoll backends forward errors from zig. The zig error
name for a Connection Reset is ConnectionResetByPeer. Use this name for
libxev defined errors which semantically mean the same thing. This
prevents users of the library from needing to check the backend before
handling a ConnectionResetByPeer error.

The kqueue and epoll backends forward errors from zig. The zig error
name for a Connection Reset is ConnectionResetByPeer. Use this name for
libxev defined errors which semantically mean the same thing. This
prevents users of the library from needing to check the backend before
handling a ConnectionResetByPeer error.
@mitchellh mitchellh merged commit 7221138 into mitchellh:main Mar 13, 2025
9 checks passed
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