Skip to content

In header opt, ensure name case doesn't matter #382

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

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

RackerWilliams
Copy link
Contributor

When looking into optimizing header checks, we don't take into account that the case of the name of the headers doesn't matter. We may be missing opportunities to optimize if the name of the header is specified using different case in different parts of the WADL.

@RackerWilliams RackerWilliams added this to the 2.5.2 milestone Jan 12, 2018
@RackerWilliams RackerWilliams modified the milestones: 2.6.0, Upcoming Feb 13, 2018
@RackerWilliams
Copy link
Contributor Author

RackerWilliams commented Feb 17, 2018

Did a review of the code and can confirm that header names are taken into account without regard to case when optimizing header checks. Although existing test cases cover this case, added a few additional tests which check this under different header step types...

@RackerWilliams
Copy link
Contributor Author

This closes #319

@RackerWilliams
Copy link
Contributor Author

Rebased to resolve conflicts with release notes.

@RackerWilliams
Copy link
Contributor Author

Rebasing again

Copy link
Contributor

@wdschei wdschei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants