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

feat: Disable nagle for testing, simulate delay, fix more h2spec cases #149

Closed fasterthanlime closed 8 months ago

fasterthanlime commented 8 months ago

Now to 70 passing tests, which is one better than before The Great Refactor :)

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 85.62%. Comparing base (745e5f5) to head (2df14dc).

Files Patch % Lines
crates/fluke-maybe-uring/src/io/chan.rs 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #149 +/- ## ========================================== - Coverage 85.69% 85.62% -0.08% ========================================== Files 33 33 Lines 5139 5155 +16 ========================================== + Hits 4404 4414 +10 - Misses 735 741 +6 ```

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