Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass the request context to Proxy.DialTarget #40

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

marten-seemann
Copy link
Member

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.

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann marten-seemann merged commit c53ffa9 into master Jun 24, 2024
19 checks passed
@marten-seemann marten-seemann deleted the dial-target-context branch June 30, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant