-
Couldn't load subscription status.
- Fork 1.2k
http2: add DialTLSContext to Transport #123
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
Conversation
|
This PR (HEAD: 99826fe) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/377114 to see it. Tip: You can toggle comments from me using the |
|
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/377114. |
|
This PR (HEAD: 6549be1) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/377114 to see it. Tip: You can toggle comments from me using the |
|
This PR (HEAD: 0a61bce) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/377114 to see it. Tip: You can toggle comments from me using the |
|
I think this would fix golang/go#50392 |
|
@neild @tombergan I hate to be a bother, but could we get a review here? Caddy has some users that are blocked by this function missing. Thanks! |
|
Message from Damien Neil: Patch Set 3: Run-TryBot+1 Trust+1 (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Gopher Robot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
This PR (HEAD: 8e4df14) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/377114 to see it. Tip: You can toggle comments from me using the |
|
Message from Dreamacro chen: Patch Set 3: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Dreamacro chen: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Damien Neil: Patch Set 5: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Damien Neil: Patch Set 5: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Damien Neil: Patch Set 6: Run-TryBot+1 -Code-Review (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Gopher Robot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Gopher Robot: Patch Set 6: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Dreamacro chen: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Dreamacro chen: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
Signed-off-by: Dreamacro <chuainian@gmail.com>
|
This PR (HEAD: 488673b) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/377114 to see it. Tip: You can toggle comments from me using the |
|
Message from Dreamacro chen: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Ian Lance Taylor: Patch Set 9: Run-TryBot+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Gopher Robot: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Gopher Robot: Patch Set 9: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
Message from Dreamacro chen: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
Fixes golang/go#52114 Change-Id: Ibc0ba6b401bb39ea89f88796d55fbf781596140e GitHub-Last-Rev: 488673b GitHub-Pull-Request: #123 Reviewed-on: https://go-review.googlesource.com/c/net/+/377114 Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
|
Message from Damien Neil: Patch Set 9: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/377114. |
|
This PR is being closed because golang.org/cl/377114 has been merged. |
Fixes golang/go#52114 Change-Id: Ibc0ba6b401bb39ea89f88796d55fbf781596140e GitHub-Last-Rev: 488673bebeca2cc9d79328cc348ac1014096b697 GitHub-Pull-Request: golang/net#123 Reviewed-on: https://go-review.googlesource.com/c/net/+/377114 Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
Fixes golang/go#52114