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

Implement GetRejectedConnectionsCount function #1704

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

mopeneko
Copy link
Contributor

@mopeneko mopeneko commented Feb 6, 2024

Closes #1568

Overview

  • Add rejectedRequestsCount field
  • Increment rejectedRequestsCount when connection is rejected
  • Implement GetRejectedConnectionsCount function that returns rejectedRequestCount
  • Write test

@erikdubbelboer erikdubbelboer merged commit b430b88 into valyala:master Feb 10, 2024
15 checks passed
@erikdubbelboer
Copy link
Collaborator

Thanks!

@mopeneko mopeneko deleted the issues/1568 branch February 13, 2024 04:17
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.

How to monitor requests dropped by fasthttp.Server{Concurrency}?
2 participants