-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/http: fix doc comment on FormValue function #61591
net/http: fix doc comment on FormValue function #61591
Conversation
This function checks Request.Form, which now includes values parsed from a PATCH request. Fixes golang#60585
This PR (HEAD: 3a477ea) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513435. Important tips:
|
Message from David Chase: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/513435. |
Message from Damien Neil: Patch Set 1: Auto-Submit+1 Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513435. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513435. |
Message from Eduard Bondarenko: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513435. |
This function checks Request.Form, which now includes values parsed from a PATCH request. Fixes #60585 Change-Id: Icb095d9ac2f8b0c5dbf313e507ed838cb941517f GitHub-Last-Rev: 3a477ea GitHub-Pull-Request: #61591 Reviewed-on: https://go-review.googlesource.com/c/go/+/513435 Reviewed-by: David Chase <[email protected]> Reviewed-by: Damien Neil <[email protected]> Run-TryBot: Damien Neil <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Damien Neil <[email protected]>
This PR is being closed because golang.org/cl/513435 has been merged. |
This function checks Request.Form, which now includes values parsed from a PATCH request.
Fixes #60585