Since header keys can be case-insensitive as per the RFC 2616 doc, we need to retrieve them correctly before retrieving the certificate for request verification.
Motivation and Context
136
Testing
tox tests ran successfully. Travis seems to fail because of invalid Python version on Macos new xcode package. Will check as per another PR.
Screenshots (if appropriate)
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[x] My code follows the code style of this project
[ ] My change requires a change to the documentation
[ ] I have updated the documentation accordingly
[x] I have read the README document
[] I have added tests to cover my changes
[x] All new and existing tests passed
License
[x] I confirm that this pull request can be released under the Apache 2 license
Description
Since header keys can be case-insensitive as per the RFC 2616 doc, we need to retrieve them correctly before retrieving the certificate for request verification.
Motivation and Context
136
Testing
tox tests ran successfully. Travis seems to fail because of invalid Python version on Macos new xcode package. Will check as per another PR.
Screenshots (if appropriate)
Types of changes
Checklist
License