-
Notifications
You must be signed in to change notification settings - Fork 490
[Amazon.Lambda.RuntimeSupport] fix: Find header key with insensitive comparison #2094
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: dev
Are you sure you want to change the base?
[Amazon.Lambda.RuntimeSupport] fix: Find header key with insensitive comparison #2094
Conversation
The change looks good but can you rebase the PR to the Also the PR needs a change file to take care of change log and versioning. Can you add the following content, feel free to change the change log messages, in the following file:
|
Hey @normj, Thanks for the review, I'll rebase from the |
8af8033
to
950a7df
Compare
I rebased your changes on top of dev @duncanista |
Hey @GarrettBeatty, Thanks – sorry for taking a while, had a busy last week. I appreciate the modifications! |
running integration tests on latest commits https://github.com/aws/aws-lambda-dotnet/actions/runs/16121546157 |
Issue
Idea for #2093
Changes
Looks up for headers without any case restrictions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.