-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Fix for Kestrel's ParseHeaders throwing ArgumentOutOfRange exception #61316
base: main
Are you sure you want to change the base?
Conversation
Thanks for your PR, @@WereWind1. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
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.
Fix for Kestrel's ParseHeaders throwing ArgumentOutOfRange exception
RejectRequestHandler no longer tries to look beyond the scope of the span
Description
Fixes #61245