Skip to content
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(router) respect strip_uri for APIs with multiple uris #2582

Closed
wants to merge 1 commit into from

Conversation

thibaultcha
Copy link
Member

Because of our Lua-land LRU cache, we used not to execute match_api,
which takes care of discovering which configured uri matched a given
API, and should be stripped.

This operation is O(1) for plain text URIs, as well as hosts and
methods, hence, we do not suffer any performance penalty.

Fix #2562

Because of our Lua-land LRU cache, we used not to execute `match_api`,
which takes care of discovering which configured uri matched a given
API, and should be stripped.

This operation is O(1) for plain text URIs, as well as hosts and
methods, hence, we do not suffer any performance penalty.

Fix #2562
@thibaultcha
Copy link
Member Author

Manually merged.

@thibaultcha thibaultcha deleted the fix/strip-uri-inconsistencies branch May 31, 2017 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants