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

immediately complete streams that were canceled, drop retransmissions #3003

Merged
merged 1 commit into from
Jan 18, 2021

Conversation

marten-seemann
Copy link
Member

Fixes #3002.

@rip-create-your-acccount Would be great if you could review this PR!

@codecov
Copy link

codecov bot commented Jan 17, 2021

Codecov Report

Merging #3003 (b5615db) into master (3154a3a) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3003      +/-   ##
==========================================
+ Coverage   86.06%   86.08%   +0.01%     
==========================================
  Files         135      135              
  Lines        9415     9423       +8     
==========================================
+ Hits         8103     8111       +8     
  Misses        953      953              
  Partials      359      359              
Impacted Files Coverage Δ
send_stream.go 93.23% <100.00%> (+0.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 3154a3a...b5615db. Read the comment docs.

@rip-create-your-account

Looks good to me. I agree that the immediate completion is better.

@marten-seemann marten-seemann merged commit 99220e1 into master Jan 18, 2021
@marten-seemann marten-seemann deleted the fix-stream-cancellation branch January 18, 2021 10:57
@aschmahmann aschmahmann mentioned this pull request May 14, 2021
71 tasks
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.

SendStream doesn't complete if canceled when it has inflight frames or queued retransmissions
2 participants