-
Notifications
You must be signed in to change notification settings - Fork 18.3k
net/http/httptrace: compose ClientTrace without reflect #69172
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?
Conversation
This PR (HEAD: 6dbda6e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/609763. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/609763. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/609763. |
6dbda6e
to
f63f871
Compare
This PR (HEAD: f63f871) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/609763. Important tips:
|
This is to enable use of package httptrace on TinyGo, which does not have an implementation of reflect.MakeFunc.
f63f871
to
87c83bf
Compare
This PR (HEAD: 87c83bf) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/609763. Important tips:
|
This is to enable use of package httptrace on TinyGo, which does not have an implementation of reflect.MakeFunc.