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

Forgive a socket error #794

Merged
merged 1 commit into from
Apr 4, 2025
Merged

Conversation

anhu
Copy link
Member

@anhu anhu commented Apr 3, 2025

Fixes ZD19649

@anhu anhu requested a review from wolfSSL-Bot April 3, 2025 23:21
@anhu anhu assigned anhu and wolfSSL-Bot and unassigned anhu Apr 3, 2025
@anhu anhu requested a review from ejohnstown April 4, 2025 04:36
@JacobBarthelmeh JacobBarthelmeh requested a review from Copilot April 4, 2025 16:04
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

examples/echoserver/echoserver.c:1584

  • Ensure that WS_SOCKET_ERROR_E accounts for all expected early termination cases. If other error codes indicate a similar benign disconnect, consider extending this check accordingly.
if (error == WS_SOCKET_ERROR_E) {

@JacobBarthelmeh JacobBarthelmeh merged commit f567065 into wolfSSL:master Apr 4, 2025
87 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.

3 participants