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

feat/proxy caching content type lpeg #10214

Closed
wants to merge 8 commits into from

Conversation

kikito
Copy link
Member

@kikito kikito commented Feb 2, 2023

  • fix(oauth2): prevent an authorization code created by one plugin instance to be exchanged for an access token by a different plugin instance
  • fix typo
  • Update kong/plugins/oauth2/access.lua
  • Update kong/plugins/oauth2/access.lua
  • wip

Summary

Checklist

Full changelog

  • [Implement ...]

Issue reference

Fix #[issue number]

@kikito kikito closed this Mar 24, 2023
curiositycasualty pushed a commit that referenced this pull request Oct 15, 2024
…10214)

When a WebSocket connection to analytics fails (for example, due to certificate validation issues), telemetry will attempt to reconnect without actively closing the previously established connection. The Lua VM's garbage collection does not immediately recycle the WebSocket connection after the function returns. So we need to close the connection proactively to avoid connection leaks.

https://konghq.atlassian.net/browse/KAG-5256
@kong-rob kong-rob deleted the feat/proxy-caching-content-type-lpeg branch January 29, 2025 20:52
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