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

Fix: SendAlert io::ErrorKind should be InvalidData instead of Other #51

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

jbr
Copy link
Contributor

@jbr jbr commented Mar 6, 2024

This matches the ErrorKind used in #48. Previously catchall Other was used in one place and InvalidInput was used in the other, but InvalidData is most appropriate, and they should be the same.

@jbr jbr changed the title SendAlert io::ErrorKind should be InvalidData instead of Other Fix: SendAlert io::ErrorKind should be InvalidData instead of Other Mar 6, 2024
@jbr jbr force-pushed the send-alert-io-errorkind-invalid-data branch from cf720ec to a1385ec Compare March 6, 2024 19:36
@djc djc merged commit 48ec73b into rustls:main Mar 7, 2024
6 checks passed
@cpu cpu mentioned this pull request Mar 21, 2024
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