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: log aborted UDP requests #841

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented May 7, 2024

This will add a warning to the logs when a UDP request is aborted.

This will add a warning to the lofs when a UDP request is aborted.
@josecelano
Copy link
Member Author

ACK e3143f7

Copy link

codecov bot commented May 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 78.64%. Comparing base (5348669) to head (e3143f7).

Files Patch % Lines
src/servers/udp/server.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #841      +/-   ##
===========================================
- Coverage    78.66%   78.64%   -0.02%     
===========================================
  Files          163      163              
  Lines         9223     9225       +2     
===========================================
  Hits          7255     7255              
- Misses        1968     1970       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@josecelano josecelano merged commit 690d1d2 into torrust:develop May 7, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Monitor how many UDP requests are aborted when the maximum number of concurrent requests is reached
1 participant