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

http3: fix double close of chan when using DontCloseRequestStream #3561

Merged
merged 1 commit into from Sep 23, 2022

Conversation

marten-seemann
Copy link
Member

This should fix one of the panics discovered in libp2p/go-libp2p#1774.

Copy link
Contributor

@Jorropo Jorropo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🙂

@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Base: 85.50% // Head: 85.50% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (e6a0a93) compared to base (17761bf).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3561   +/-   ##
=======================================
  Coverage   85.50%   85.50%           
=======================================
  Files         139      139           
  Lines       10243    10244    +1     
=======================================
+ Hits         8758     8759    +1     
  Misses       1103     1103           
  Partials      382      382           
Impacted Files Coverage Δ
http3/client.go 90.45% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@marten-seemann marten-seemann merged commit 424a663 into master Sep 23, 2022
@marten-seemann marten-seemann deleted the fix-req-done-double-close branch October 9, 2022 14:05
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

2 participants