M0dEx / quincy

QUIC-based VPN
MIT License
84 stars 7 forks source link

[#52] fix(server): do not crash during unsuccessful handshake #53

Closed M0dEx closed 3 months ago

M0dEx commented 3 months ago

This PR fixes an issue where the entire server-side of Quincy would crash due to an unsuccessful handshake with a client.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 78.21%. Comparing base (c824030) to head (54fcf55).

Files Patch % Lines
src/server.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ========================================== - Coverage 78.30% 78.21% -0.10% ========================================== Files 17 17 Lines 839 840 +1 ========================================== Hits 657 657 - Misses 182 183 +1 ```

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