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 HTTP clients and servers to take over the request stream #3437

Merged
merged 4 commits into from Jun 9, 2022

Conversation

marten-seemann
Copy link
Member

Depends on #3435.

@codecov
Copy link

codecov bot commented May 30, 2022

Codecov Report

Merging #3437 (3eed9d1) into master (ccf897e) will increase coverage by 0.02%.
The diff coverage is 79.27%.

@@            Coverage Diff             @@
##           master    #3437      +/-   ##
==========================================
+ Coverage   85.69%   85.71%   +0.02%     
==========================================
  Files         135      136       +1     
  Lines        9946     9950       +4     
==========================================
+ Hits         8523     8528       +5     
+ Misses       1047     1046       -1     
  Partials      376      376              
Impacted Files Coverage Δ
http3/body.go 77.78% <66.67%> (-17.78%) ⬇️
http3/response_writer.go 75.56% <66.67%> (+1.09%) ⬆️
http3/client.go 90.00% <70.37%> (-0.91%) ⬇️
http3/http_stream.go 92.86% <92.86%> (ø)
http3/request_writer.go 63.72% <100.00%> (-0.62%) ⬇️
http3/server.go 74.37% <100.00%> (+0.25%) ⬆️

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 ccf897e...3eed9d1. Read the comment docs.

@marten-seemann marten-seemann merged commit 9e1dfff into master Jun 9, 2022
@marten-seemann marten-seemann deleted the http-stream branch June 9, 2022 15:41
@MarcoPolo MarcoPolo mentioned this pull request Jul 7, 2022
41 tasks
@ajnavarro ajnavarro mentioned this pull request Aug 24, 2022
72 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.

None yet

2 participants