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

return the cancellation cause for cancelled dials #4078

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

marten-seemann
Copy link
Member

Fixes #3143.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #4078 (8646094) into master (abfe1ef) will increase coverage by 0.01%.
Report is 1 commits behind head on master.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master    #4078      +/-   ##
==========================================
+ Coverage   83.42%   83.42%   +0.01%     
==========================================
  Files         147      147              
  Lines       14888    14894       +6     
==========================================
+ Hits        12419    12425       +6     
  Misses       1972     1972              
  Partials      497      497              
Files Changed Coverage Δ
client.go 58.12% <0.00%> (ø)
packet_packer.go 83.50% <100.00%> (+0.16%) ⬆️

@marten-seemann marten-seemann merged commit 55eebd4 into master Sep 16, 2023
33 checks passed
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.

make it possible to identify canceled connections
2 participants