xtaci / smux

A Stream Multiplexing Library for golang with least memory usage(TDMA)
MIT License
1.31k stars 196 forks source link

make sure the frame's data was sent completely as described in the frame's header #81

Closed binstreamio closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #81 into master will decrease coverage by 0.61%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
- Coverage   83.05%   82.43%   -0.62%     
==========================================
  Files           6        6              
  Lines         708      632      -76     
==========================================
- Hits          588      521      -67     
+ Misses        100       91       -9     
  Partials       20       20              
Impacted Files Coverage Δ
session.go 79.19% <100.00%> (+0.12%) :arrow_up:
frame.go 77.77% <0.00%> (-4.58%) :arrow_down:
mux.go 89.18% <0.00%> (-1.06%) :arrow_down:
stream.go 82.67% <0.00%> (-1.05%) :arrow_down:
alloc.go 100.00% <0.00%> (ø)
shaper.go 100.00% <0.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 f718802...bb822e0. Read the comment docs.