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

schedule sending when writing initial or handshake crypto data #4268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marten-seemann
Copy link
Member

No functional change expected. We already did schedule sending for all cases but the ClientHello. Scheduling explicitly allows us to remove this corner case.

@marten-seemann marten-seemann added this to the v0.42 milestone Feb 3, 2024
@marten-seemann marten-seemann modified the milestones: v0.42, v0.43 Mar 10, 2024
No functional change expected. We already did schedule sending for all
cases but the ClientHello. Scheduling explicitly allows us to remove
this corner case.
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 84.71%. Comparing base (da410a7) to head (b0e588d).

Files Patch % Lines
connection.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4268      +/-   ##
==========================================
- Coverage   84.78%   84.71%   -0.07%     
==========================================
  Files         152      149       -3     
  Lines       14344    14090     -254     
==========================================
- Hits        12161    11936     -225     
+ Misses       1682     1668      -14     
+ Partials      501      486      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann marten-seemann removed this from the v0.43 milestone Apr 23, 2024
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

1 participant