bearcove / loona

HTTP 1+2 in Rust, with io_uring & ktls
https://docs.rs/loona
Apache License 2.0
361 stars 13 forks source link

Implement flow control #150

Closed fasterthanlime closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 85.76389% with 82 lines in your changes are missing coverage. Please review.

Project coverage is 86.37%. Comparing base (796aea1) to head (86feb9d). Report is 2 commits behind head on main.

Files Patch % Lines
crates/fluke/src/h2/server.rs 85.11% 50 Missing :warning:
crates/fluke-buffet/src/piece.rs 86.11% 15 Missing :warning:
crates/fluke/src/h2/types.rs 84.44% 14 Missing :warning:
crates/fluke/src/h1/encode.rs 86.95% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #150 +/- ## ========================================== + Coverage 85.80% 86.37% +0.57% ========================================== Files 33 33 Lines 5184 5556 +372 ========================================== + Hits 4448 4799 +351 - Misses 736 757 +21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fasterthanlime commented 8 months ago

New h2spec results for http2:

Finished in 8.3563 seconds
94 tests, 86 passed, 0 skipped, 8 failed