quic-go / qpack

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

implement the simplest possible encoder #4

Closed marten-seemann closed 5 years ago

marten-seemann commented 5 years ago

It doesn't use the static table, it just sends string literals for both header names and header values. Furthermore, it doesn't use Huffman encoding.

codecov-io commented 5 years ago

Codecov Report

Merging #4 into master will increase coverage by 1.65%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   85.71%   87.36%   +1.65%     
==========================================
  Files           2        3       +1     
  Lines         161      182      +21     
==========================================
+ Hits          138      159      +21     
  Misses         15       15              
  Partials        8        8
Impacted Files Coverage Δ
encoder.go 100% <100%> (ø)

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 db84e63...92d7f93. Read the comment docs.