quic-go / masque-go

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

pass the request context to Proxy.DialTarget #40

Closed marten-seemann closed 4 months ago

marten-seemann commented 4 months ago

Opening a UDP connection should usually be instantaneous, but this isn't guaranteed, especially if we want to allow for chained operation in the future. It makes sense to pass the request context here.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 70.74%. Comparing base (e8519a2) to head (53ff953).

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

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