Skip to content

feat: log aborted UDP requests#841

Merged
josecelano merged 1 commit intotorrust:developfrom
josecelano:830-monitor-how-many-udp-requests-we-abort
May 7, 2024
Merged

feat: log aborted UDP requests#841
josecelano merged 1 commit intotorrust:developfrom
josecelano:830-monitor-how-many-udp-requests-we-abort

Conversation

@josecelano
Copy link
Copy Markdown
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
Copy Markdown
Member Author

ACK e3143f7

@codecov
Copy link
Copy Markdown

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
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