quic-go / qpack

a (minimal) QPACK (RFC 9204) implementation in Go
MIT License
29 stars 8 forks source link

use Huffman encoding for field names and values #16

Closed marten-seemann closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   91.27%   91.42%   +0.15%     
==========================================
  Files           5        5              
  Lines         229      233       +4     
==========================================
+ Hits          209      213       +4     
  Misses         11       11              
  Partials        9        9              
Impacted Files Coverage Δ
encoder.go 100.00% <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 b578e54...f5370ef. Read the comment docs.