quic-go / masque-go

MASQUE: Proxying UDP in HTTP/3, RFC 9298
MIT License
81 stars 9 forks source link

don't embed a http3.Server in the Proxy #45

Closed marten-seemann closed 4 months ago

marten-seemann commented 4 months ago

The proxy isn't doing anything with the http3.Server. There's no reason to embed it.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.63%. Comparing base (763636e) to head (e73e70b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #45 +/- ## ========================================== - Coverage 70.74% 70.63% -0.11% ========================================== Files 3 3 Lines 270 269 -1 ========================================== - Hits 191 190 -1 Misses 55 55 Partials 24 24 ```

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