quic-go / masque-go

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

add a DialTarget callback to the Proxy #30

Closed marten-seemann closed 6 months ago

marten-seemann commented 6 months ago

This allows users to customize how the target is dialed. Currently only supports connected UDP sockets (see #3).

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 70.74%. Comparing base (2e83754) to head (ac28a22).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #30 +/- ## ========================================== + Coverage 69.17% 70.74% +1.56% ========================================== Files 3 3 Lines 266 270 +4 ========================================== + Hits 184 191 +7 + Misses 57 55 -2 + Partials 25 24 -1 ```

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