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

Unshare Http2OrHttpHandler because superclass does not support sharing #6283

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Oct 6, 2021

This PR removes the sharing from Http2OrHttpHandler. To keep perf impact to a minimum, I've moved the fields that can be shared to be shared.

I don't think it's possible to write a test for this, since the issue is related to how the pipeline is set up. There is no test that confirmed that the handler was shared before, so I think this is fine.

Fixes #5991

@yawkat yawkat added the type: bug Something isn't working label Oct 6, 2021
@graemerocher graemerocher changed the title Unshare Http2OrHttpHandler because superclass does not support sharing [Fixes #5991] Unshare Http2OrHttpHandler because superclass does not support sharing Oct 6, 2021
@graemerocher graemerocher added this to the 3.1.0 milestone Oct 6, 2021
@yawkat yawkat merged commit 2b7bdf6 into 3.1.x Oct 6, 2021
@yawkat yawkat deleted the unshare-http2-handler-0 branch October 6, 2021 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants