Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(263)

Issue 6847074: net/http: clarify docs of ParseForm and mention ParseForm in docs for FormValue (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by minux1
Modified:
13 years, 6 months ago
Reviewers:
CC:
bradfitz, golang-dev
Visibility:
Public.

Description

net/http: clarify docs of ParseForm and mention ParseForm in docs for FormValue while we're at it, also fix a return value stutter in ParseForm.

Patch Set 1 #

Patch Set 2 : diff -r 2524ef4a77b4 https://code.google.com/p/go #

Patch Set 3 : diff -r 2524ef4a77b4 https://code.google.com/p/go/ #

Total comments: 1

Patch Set 4 : diff -r 1315abc581ed https://code.google.com/p/go/ #

Total comments: 2

Patch Set 5 : diff -r 05761b438ed2 https://code.google.com/p/go/ #

Total comments: 2

Patch Set 6 : diff -r d202aa686554 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M src/pkg/net/http/request.go View 1 2 3 4 5 2 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 9
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
13 years, 6 months ago (2012-11-20 09:43:29 UTC) #1
bradfitz
Avoid the word "you". Notice that the current docs never use it: http://tip.golang.org/pkg/net/http/ On Tue, ...
13 years, 6 months ago (2012-11-20 16:12:32 UTC) #2
minux1
Hello golang-dev@googlegroups.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 6 months ago (2012-11-20 18:03:40 UTC) #3
bradfitz
https://codereview.appspot.com/6847074/diff/7001/src/pkg/net/http/request.go File src/pkg/net/http/request.go (right): https://codereview.appspot.com/6847074/diff/7001/src/pkg/net/http/request.go#newcode731 src/pkg/net/http/request.go:731: // If multiple values of the same key is ...
13 years, 6 months ago (2012-11-20 18:32:37 UTC) #4
minux1
PTAL.
13 years, 6 months ago (2012-11-21 08:09:57 UTC) #5
bradfitz
https://codereview.appspot.com/6847074/diff/11001/src/pkg/net/http/request.go File src/pkg/net/http/request.go (right): https://codereview.appspot.com/6847074/diff/11001/src/pkg/net/http/request.go#newcode653 src/pkg/net/http/request.go:653: // After calling this, use Form field of r ...
13 years, 6 months ago (2012-11-22 15:30:45 UTC) #6
minux1
PTAL. On 2012/11/22 15:30:45, bradfitz wrote: > https://codereview.appspot.com/6847074/diff/11001/src/pkg/net/http/request.go#newcode653 > src/pkg/net/http/request.go:653: // After calling this, use ...
13 years, 6 months ago (2012-11-23 11:54:27 UTC) #7
bradfitz
LGTM after removing commas https://codereview.appspot.com/6847074/diff/3/src/pkg/net/http/request.go File src/pkg/net/http/request.go (right): https://codereview.appspot.com/6847074/diff/3/src/pkg/net/http/request.go#newcode646 src/pkg/net/http/request.go:646: // ParseForm parses the raw ...
13 years, 6 months ago (2012-11-26 03:53:54 UTC) #8
minux1
13 years, 6 months ago (2012-11-26 12:03:52 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=448fb06d74ee ***

net/http: clarify docs of ParseForm and mention ParseForm in docs for FormValue
while we're at it, also fix a return value stutter in ParseForm.

R=bradfitz
CC=golang-dev
http://codereview.appspot.com/6847074
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b