-
Notifications
You must be signed in to change notification settings - Fork 18k
net/url: clarify why @ is allowed in userinfo #73195
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: 4fd76d2) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/663455. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from 黄志文: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from Damien Neil: Patch Set 1: Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from Sean Liao: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from 黄志文: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from 黄志文: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from Damien Neil: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from 黄志文: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
This PR (HEAD: 8165599) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/663455. Important tips:
|
This PR (HEAD: ce65168) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/663455. Important tips:
|
Message from Damien Neil: Patch Set 3: Code-Review+2 Commit-Queue+1 Hold+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-04-15T22:48:59Z","revision":"1f83050e55ea7611b415f2ae5438fde9a7015ada"} Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from Damien Neil: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Message from Sean Liao: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
Add comment to clarify why '@' is allowed in validUserinfo func. Change-Id: Ia9845bc40fea6c34093434d57bb1be4ddbc70b84 GitHub-Last-Rev: ce65168 GitHub-Pull-Request: #73195 Reviewed-on: https://go-review.googlesource.com/c/go/+/663455 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Damien Neil <[email protected]>
Message from Damien Neil: Patch Set 3: -Hold Auto-Submit+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663455. |
This PR is being closed because golang.org/cl/663455 has been merged. |
Add comment to clarify why '@' is allowed in validUserinfo func.