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

set the Content-Length for HTTP/3 responses #3091

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

marten-seemann
Copy link
Member

Fixes #2398.

@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #3091 (29f02e1) into master (3bce408) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3091   +/-   ##
=======================================
  Coverage   85.72%   85.73%           
=======================================
  Files         131      131           
  Lines        9520     9529    +9     
=======================================
+ Hits         8161     8169    +8     
- Misses        990      991    +1     
  Partials      369      369           
Impacted Files Coverage Δ
http3/client.go 89.35% <100.00%> (+0.60%) ⬆️
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...29f02e1. Read the comment docs.

@marten-seemann marten-seemann force-pushed the http3-response-content-length branch from 6e664f5 to 29f02e1 Compare March 15, 2021 05:09
@marten-seemann marten-seemann merged commit 8f42b1e into master Mar 16, 2021
@marten-seemann marten-seemann deleted the http3-response-content-length 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.

ContentLength equals zero with response body
2 participants