Skip to content

fix(http): Wake Payload when feeding error or EOF#3749

Merged
robjtede merged 2 commits intoactix:masterfrom
thalesfragoso:wake-payload
Aug 29, 2025
Merged

fix(http): Wake Payload when feeding error or EOF#3749
robjtede merged 2 commits intoactix:masterfrom
thalesfragoso:wake-payload

Conversation

@thalesfragoso
Copy link
Member

@thalesfragoso thalesfragoso commented Aug 27, 2025

PR Type

Bug fix

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt.
  • (Team) Label with affected crates and semver status.

Overview

Closes #3747

Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
@thalesfragoso thalesfragoso added A-http project: actix-http B-semver-patch labels Aug 27, 2025
Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
Copy link
Member

@robjtede robjtede left a comment

Choose a reason for hiding this comment

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

makes sense 👍🏻

@robjtede robjtede added this pull request to the merge queue Aug 29, 2025
Merged via the queue into actix:master with commit d3c4653 Aug 29, 2025
13 checks passed
@JohnTitor JohnTitor mentioned this pull request Feb 5, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-http project: actix-http B-semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PayloadSender doesn't wake the receiver when feeding EOF or error

2 participants