libxlio icon indicating copy to clipboard operation
libxlio copied to clipboard

issue: 3759513 Fix blocking SSL_sendfile()

Open pasis opened this issue 10 months ago • 1 comments

Description

SSL_sendfile() creates 3 iov elements, however, for a blocking socket only a signle element is expected in partial write handling.

What

Fix partial write handling in blocking TLS offload path.

Why ?

Blocking SSL_sendfile() fix.

Change type

What kind of change does this PR introduce?

  • [x] Bugfix
  • [ ] Feature
  • [ ] Code style update
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] CI related changes
  • [ ] Documentation content changes
  • [ ] Tests
  • [ ] Other

Check list

  • [ ] Code follows the style de facto guidelines of this project
  • [ ] Comments have been inserted in hard to understand places
  • [ ] Documentation has been updated (if necessary)
  • [ ] Test has been added (if possible)

pasis avatar Apr 23 '24 11:04 pasis