-
Notifications
You must be signed in to change notification settings - Fork 621
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
Case insensitive header key retrieval for asgi instrumentation #308
Conversation
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.
LGTM, thanks! Good catch.
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.
LGTM, just needs a quick update to the changelog as per @toumorokoshi's comment. Also please sign the CLA
be768c0
to
4d1ed02
Compare
Thanks for reviewing. I added the pull request in the changelog. |
…try#308 Signed-off-by: Spillane, Michael <[email protected]>
Description
Made Asgi Instrumentor retrieve header keys in lower case.
Fixes #307
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
tox -e test-instrumentation-asgi
Added new test cases in test_getter.py
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.