-
Notifications
You must be signed in to change notification settings - Fork 18k
net: support go resolver for LookupHost and LookupPort on plan9 #59918
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
base: master
Are you sure you want to change the base?
net: support go resolver for LookupHost and LookupPort on plan9 #59918
Conversation
This PR (HEAD: 2ce4fee) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/491215 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
2ce4fee
to
577adb6
Compare
Message from Gopher Robot: Patch Set 1: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
This PR (HEAD: 577adb6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/491215 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 2: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
This PR (HEAD: f88eff4) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/491215 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 3: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
f88eff4
to
f9a8950
Compare
This PR (HEAD: f9a8950) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/491215 to see it. Tip: You can toggle comments from me using the |
Message from Mateusz Poliwczak: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 4: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from king middleton: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
f9a8950
to
e4a174e
Compare
This PR (HEAD: e4a174e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/491215. Important tips:
|
Message from Mateusz Poliwczak: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Gopher Robot: Patch Set 5: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
Message from Ian Lance Taylor: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
This PR (HEAD: 3e6510f) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/491215. Important tips:
|
3e6510f
to
906f8c2
Compare
This PR (HEAD: 906f8c2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/491215. Important tips:
|
Message from Mateusz Poliwczak: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/491215. |
906f8c2
to
81672e5
Compare
This PR (HEAD: 81672e5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/491215. Important tips:
|
All other lookup methods on plan 9 support the go resolver, I don't
see any reason for which the LookupHost shouldn't support it.