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

Ensure DisposedChannelConfig#setAutoRead does not change auto-read configuration #3581

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

violetagg
Copy link
Member

DisposedChannel is effective when request/response is terminated and replaces the actual channel. At that point DisposedChannelConfig#setAutoRead must be non operational as the inbound has already been read and the actual channel has already set auto-read to true.

The issue is also observed with the reproducible example provided by #3495

Fixes #3559

…nfiguration

DisposedChannel is effective when request/response is terminated and replaces the actual channel.
At that point DisposedChannelConfig#setAutoRead must be non operational
as the inbound has already been read and the actual channel has already set auto-read to true.

The issue is also observed with the reproducible example provided by #3495

Fixes #3559
@violetagg violetagg added type/bug A general bug warn/regression A regression from a previous release labels Jan 6, 2025
@violetagg violetagg added this to the 1.1.26 milestone Jan 6, 2025
@violetagg violetagg merged commit 1641514 into 1.1.x Jan 6, 2025
13 checks passed
@violetagg violetagg deleted the issue-3559 branch January 6, 2025 17:16
violetagg added a commit that referenced this pull request Jan 6, 2025
violetagg added a commit that referenced this pull request Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug warn/regression A regression from a previous release
Projects
None yet
1 participant