Skip to content

Return WANT_WRITE on EWOULDBLOCK in my_IOSend#581

Merged
padelsbach merged 1 commit into
wolfSSL:masterfrom
night1rider:fenrir-issue-4598
Jul 10, 2026
Merged

Return WANT_WRITE on EWOULDBLOCK in my_IOSend#581
padelsbach merged 1 commit into
wolfSSL:masterfrom
night1rider:fenrir-issue-4598

Conversation

@night1rider

Copy link
Copy Markdown
Contributor

wolfSSL's own send callback returns WANT_WRITE when a send would block; this one returned WANT_READ. It currently works because both are -2, but the send path should use WANT_WRITE.

wolfSSL's own send callback returns WANT_WRITE when a send would block; this one returned WANT_READ. It currently works because both are -2, but the send path should use WANT_WRITE.
@night1rider night1rider self-assigned this Jun 30, 2026

@wolfSSL-Fenrir-bot wolfSSL-Fenrir-bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Fenrir Automated Review — PR #581

Scan targets checked: wolfssl-examples-bugs, wolfssl-examples-src

No new issues found in the changed files. ✅

@padelsbach padelsbach merged commit 0d71d98 into wolfSSL:master Jul 10, 2026
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