quic-go / qpack

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

implement DecodeFull for the decoder #5

Closed marten-seemann closed 5 years ago

marten-seemann commented 5 years ago

Also makes DecodeFull and Write thread safe.

codecov-io commented 5 years ago

Codecov Report

Merging #5 into master will increase coverage by 3.68%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   87.36%   91.04%   +3.68%     
==========================================
  Files           3        3              
  Lines         182      201      +19     
==========================================
+ Hits          159      183      +24     
+ Misses         15        9       -6     
- Partials        8        9       +1
Impacted Files Coverage Δ
decoder.go 90.54% <89.47%> (+5.27%) :arrow_up:

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 90c9691...680a677. Read the comment docs.