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

Ensure that API/JSON-RPC messages in the same session are processed and not stalled #6738

Merged
merged 1 commit into from Oct 29, 2018

Conversation

dnsmichi
Copy link
Contributor

This basically drops the "corked" implementation which just stalled the
TLS IO polling after some requests. If you need sort of rate limiting
for these events, use an external TLS proxy which terminates that in front
of Icinga.

fixes #6635

…nd not stalled

This basically drops the "corked" implementation which just stalled the
TLS IO polling after some requests. If you need sort of rate limiting
for these events, use an external TLS proxy which terminates that in front
of Icinga.

fixes #6635
@dnsmichi dnsmichi added this to the 2.10.2 milestone Oct 29, 2018
@dnsmichi dnsmichi added bug Something isn't working area/distributed Distributed monitoring (master, satellites, clients) area/api REST API labels Oct 29, 2018
@dnsmichi dnsmichi merged commit 10fe38f into master Oct 29, 2018
@dnsmichi dnsmichi deleted the bugfix/stalled-api-connections branch October 29, 2018 12:24
@dnsmichi dnsmichi added the backported Fix was included in a bugfix release label Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api REST API area/distributed Distributed monitoring (master, satellites, clients) backported Fix was included in a bugfix release bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API TLS session connection closed after 2 requests
1 participant