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

allow 0-RTT when flow control windows are increased #3096

Merged
merged 2 commits into from
Mar 19, 2021

Conversation

marten-seemann
Copy link
Member

Fixes #3061.

@codecov
Copy link

codecov bot commented Mar 17, 2021

Codecov Report

Merging #3096 (31ac5ca) into master (522cad0) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3096   +/-   ##
=======================================
  Coverage   85.47%   85.47%           
=======================================
  Files         131      131           
  Lines        9650     9650           
=======================================
  Hits         8248     8248           
  Misses       1034     1034           
  Partials      368      368           
Impacted Files Coverage Δ
internal/wire/transport_parameters.go 89.08% <100.00%> (ø)

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 522cad0...31ac5ca. Read the comment docs.

@marten-seemann marten-seemann merged commit 3b20133 into master Mar 19, 2021
@marten-seemann marten-seemann deleted the allow-zero-rtt-on-initial-window-increase branch March 19, 2021 10:16
@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.

relax the requirement on transport parameters when accepting a 0-RTT connection
2 participants