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

update the flow control windows of streams opened in 0-RTT #3088

Merged
merged 2 commits into from
Mar 16, 2021

Conversation

marten-seemann
Copy link
Member

The server might have increased the initial flow control window. We need to make sure to inform all streams opened during during the 0-RTT period.

See quicwg/base-drafts#4834.

The server might have increased the initial flow control window. We need
to make sure to inform all streams opened during during the 0-RTT
period.
@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Merging #3088 (7cd4dea) into master (3bce408) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3088      +/-   ##
==========================================
- Coverage   85.72%   85.72%   -0.00%     
==========================================
  Files         131      131              
  Lines        9520     9525       +5     
==========================================
+ Hits         8161     8165       +4     
- Misses        990      991       +1     
  Partials      369      369              
Impacted Files Coverage Δ
stream.go 87.18% <ø> (ø)
send_stream.go 93.23% <100.00%> (ø)
session.go 75.92% <100.00%> (ø)
streams_map.go 85.16% <100.00%> (+0.19%) ⬆️
streams_map_outgoing_generic.go 95.28% <100.00%> (+0.14%) ⬆️
internal/utils/rand.go 62.50% <0.00%> (-12.50%) ⬇️

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 3bce408...7cd4dea. Read the comment docs.

@marten-seemann marten-seemann merged commit 6102a9b into master Mar 16, 2021
@marten-seemann marten-seemann deleted the update-flow-control-for-0rtt-streams branch March 16, 2021 15:14
@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