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

http3: refactor the client's and server's unidirectional stream handling #4387

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented Mar 23, 2024

Handling unidirectional streams is almost identical, so it makes sense to refactor it into a shared implementation.

The logic is almost identical, so it makes sense to refactor it into
a shared implemenation.
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

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

Project coverage is 84.88%. Comparing base (49b9965) to head (89b0c8d).

Files Patch % Lines
http3/conn.go 97.40% 2 Missing ⚠️
http3/client.go 92.86% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4387      +/-   ##
==========================================
+ Coverage   84.87%   84.88%   +0.01%     
==========================================
  Files         151      152       +1     
  Lines       14345    14324      -21     
==========================================
- Hits        12174    12158      -16     
+ Misses       1672     1667       -5     
  Partials      499      499              

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

@marten-seemann marten-seemann merged commit 268208f into master Mar 24, 2024
34 checks passed
@marten-seemann marten-seemann deleted the http3-conn branch March 24, 2024 21:17
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