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

dtls: don't report error for closed connection #266

Merged
merged 3 commits into from
Dec 8, 2021

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Dec 7, 2021

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2021

Codecov Report

Merging #266 (f2a4377) into master (9c374b0) will decrease coverage by 0.21%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
- Coverage   63.91%   63.70%   -0.22%     
==========================================
  Files          79       79              
  Lines        5640     5640              
==========================================
- Hits         3605     3593      -12     
- Misses       1677     1687      +10     
- Partials      358      360       +2     
Impacted Files Coverage Δ
dtls/client.go 75.22% <100.00%> (ø)
dtls/server.go 82.78% <100.00%> (ø)
pkg/cache/cache.go 64.00% <0.00%> (-10.00%) ⬇️
net/conn.go 83.60% <0.00%> (-1.64%) ⬇️
net/blockwise/blockwise.go 69.00% <0.00%> (-1.21%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c374b0...f2a4377. Read the comment docs.

dtls/client.go Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Dec 8, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
42.1% 42.1% Duplication

@jkralik jkralik merged commit f07411c into master Dec 8, 2021
@jkralik jkralik deleted the jkralik/fix/dtls-eof-errors branch December 8, 2021 14:09
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.

None yet

3 participants