cashpack
cashpack copied to clipboard
Feature/recover
Added the ability to force decoding if an index is unknown in the dynamic table.
This is enabled with the flag HPACK_CFG_DEGRADED passed to hpack_decoder().
Note: This needs more testing, and code coverage and documentation are not done yet.
Codecov Report
Merging #6 into master will decrease coverage by
1.31%
. The diff coverage is57.89%
.
@@ Coverage Diff @@
## master #6 +/- ##
==========================================
- Coverage 99.14% 97.82% -1.32%
==========================================
Files 16 16
Lines 1753 1793 +40
Branches 347 366 +19
==========================================
+ Hits 1738 1754 +16
- Misses 0 16 +16
- Partials 15 23 +8
Impacted Files | Coverage Δ | |
---|---|---|
lib/hpack_tbl.c | 90.10% <29.62%> (-9.90%) |
:arrow_down: |
lib/hpack.c | 98.47% <61.53%> (-0.84%) |
:arrow_down: |
inc/tbl/hpack_tbl.h | 100.00% <100.00%> (ø) |
|
tst/fdecode.c | 100.00% <100.00%> (ø) |
|
tst/hdecode.c | 100.00% <100.00%> (ø) |
|
tst/hencode.c | 100.00% <100.00%> (ø) |
|
tst/hpack_arg.c | 100.00% <100.00%> (ø) |
|
tst/hpack_mbm.c | 78.26% <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 b47de51...6c920df. Read the comment docs.