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

net: add context-aware DialTCPContext, DialUDPContext, etc #50534

Closed
wants to merge 1 commit into from
Closed

net: add context-aware DialTCPContext, DialUDPContext, etc #50534

wants to merge 1 commit into from

Conversation

moredure
Copy link
Contributor

Fixes #49097

@gopherbot
Copy link

This PR (HEAD: 56a1efd) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

This PR (HEAD: 7cf6f4b) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@moredure moredure changed the title net: add DialUDPContext version of DialUDP net: add context-aware Dialer methods DialTCP, DialUDP, DialIP, DialUnix Jan 10, 2022
@gopherbot
Copy link

This PR (HEAD: 287d6cf) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

This PR (HEAD: 4481362) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@moredure moredure changed the title net: add context-aware Dialer methods DialTCP, DialUDP, DialIP, DialUnix net: add context-aware DialTCPContext, DialUDPContext, DialIPContext, DialUnixContext Jan 10, 2022
@gopherbot
Copy link

This PR (HEAD: 4039906) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

This PR (HEAD: 47deae7) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@moredure moredure changed the title net: add context-aware DialTCPContext, DialUDPContext, DialIPContext, DialUnixContext net: add context-aware DialTCPContext, DialUDPContext, etc Jan 10, 2022
@gopherbot
Copy link

This PR (HEAD: 8c6a855) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

This PR (HEAD: 6f75cf0) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

Message from Damien Neil:

Patch Set 8:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/377155.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

This PR (HEAD: 14fa2a6) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/377155 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

Message from Mykhailo Faraponov:

Patch Set 8:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/377155.
After addressing review feedback, remember to publish your drafts!

@moredure moredure closed this Sep 21, 2022
@moredure moredure deleted the patch-4 branch September 21, 2022 19:46
@ShadowJonathan
Copy link

@moredure why was this closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

net: add context-aware Dialer methods DialTCP, DialUDP, DialIP, DialUnix
3 participants