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(rate-limiting): revert request-aware-table usage #11746

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Conversation

samugi
Copy link
Member

@samugi samugi commented Oct 12, 2023

Summary

The request-aware-table was incorrectly used in this plugin, these tables are expected to be shared across requests and should not be limited to a single request.

This PR just reverts the usage of the request-aware-table from the rate-limiting plugin.

Checklist

  • (no) The Pull Request has tests
  • (no) A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • (no) There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Full changelog

  • [Implement ...]

Issue reference

Fix #[issue number]

* the request-aware-table was incorrectly used in this plugin, these
  tables are expected to be shared across requests and should not be
  limited to a single request.
@samugi samugi merged commit be9298d into master Oct 12, 2023
35 of 37 checks passed
@samugi samugi deleted the fix/rate-limit branch October 12, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants