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

cancel reading on unidirectional streams when the stream type is unknown #2952

Merged
merged 1 commit into from
Dec 29, 2020

Conversation

marten-seemann
Copy link
Member

Otherwise the stream would remain open indefinitely.

Otherwise the stream would remain open indefinitely.
@codecov
Copy link

codecov bot commented Dec 23, 2020

Codecov Report

Merging #2952 (160c11b) into master (f68dfd5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2952   +/-   ##
=======================================
  Coverage   86.12%   86.13%           
=======================================
  Files         134      134           
  Lines        9326     9328    +2     
=======================================
+ Hits         8032     8034    +2     
  Misses        935      935           
  Partials      359      359           
Impacted Files Coverage Δ
http3/client.go 88.24% <100.00%> (+0.08%) ⬆️
http3/server.go 67.20% <100.00%> (+0.13%) ⬆️

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 f68dfd5...160c11b. Read the comment docs.

@marten-seemann marten-seemann merged commit b47fe87 into master Dec 29, 2020
@marten-seemann marten-seemann deleted the reset-h3-uni-stream-when-type-unknown branch December 29, 2020 01:20
@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.

2 participants