quic-go / masque-go

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

make SetWriteDeadline a no-op on the proxied conn #24

Closed marten-seemann closed 6 months ago

marten-seemann commented 6 months ago

See #22 for the tracking issue for the actual implementation of write deadlines.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 70.22%. Comparing base (fbd7334) to head (760a04f). Report is 1 commits behind head on master.

Files Patch % Lines
conn.go 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #24 +/- ## ========================================== - Coverage 70.49% 70.22% -0.27% ========================================== Files 3 3 Lines 261 262 +1 ========================================== Hits 184 184 - Misses 52 53 +1 Partials 25 25 ```

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