-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Fix for Kestrel's ParseHeaders throwing ArgumentOutOfRange exception #61316
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
base: main
Are you sure you want to change the base?
Conversation
Also can anybody tell me if this change would propagate to different versions of ASP like 8.0? Or should I submit a separate PR? |
@dotnet-policy-service agree |
If it meets the servicing bar, the team would manage porting the fix to the relevant branches post-merge. |
Co-authored-by: Günther Foidl <[email protected]>
Why do you think this should be backported? It just ends up getting logged as an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix and the test. It's always nice to get the fundamentals right.
However, I agree with Brennan that it's probably not worth spending our time backporting this.
My wish for a backport was mostly caused by me working with older versions and not being overly familiar with the workflow of the community Now is there anything else for me to do to have this branch merged? |
Fix for Kestrel's ParseHeaders throwing ArgumentOutOfRange exception
RejectRequestHandler no longer tries to look beyond the scope of the span
Description
Fixes #61245