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

Issue 1963044: code review 1963044: http: parse query string always, not just in GET (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 7 months ago by rsc
Modified:
14 years, 7 months ago
Reviewers:
CC:
dsymonds2, dsymonds, golang-dev
Visibility:
Public.

Description

http: parse query string always, not just in GET Fixes issue 985.

Patch Set 1 #

Patch Set 2 : code review 1963044: http: parse query string always, not just in GET #

Total comments: 2

Patch Set 3 : code review 1963044: http: parse query string always, not just in GET #

Patch Set 4 : code review 1963044: http: parse query string always, not just in GET #

Total comments: 1

Patch Set 5 : code review 1963044: http: parse query string always, not just in GET #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -17 lines) Patch
M src/pkg/http/request.go View 1 2 3 3 chunks +31 lines, -17 lines 0 comments Download
M src/pkg/http/request_test.go View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 9
rsc
Hello dsymonds (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 7 months ago (2010-08-17 14:43:57 UTC) #1
dsymonds
LGTM http://codereview.appspot.com/1963044/diff/2001/3001 File src/pkg/http/request.go (right): http://codereview.appspot.com/1963044/diff/2001/3001#newcode649 src/pkg/http/request.go:649: if err == nil { err can only ...
14 years, 7 months ago (2010-08-17 22:15:58 UTC) #2
rsc
> http://codereview.appspot.com/1963044/diff/2001/3001#newcode649 > src/pkg/http/request.go:649: if err == nil { > err can only be nil ...
14 years, 7 months ago (2010-08-17 22:43:59 UTC) #3
rsc
Hello dsymonds, dsymonds1 (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 7 months ago (2010-08-17 22:44:17 UTC) #4
rsc
Hello dsymonds, dsymonds1 (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 7 months ago (2010-08-17 22:46:30 UTC) #5
dsymonds
On Wed, Aug 18, 2010 at 8:43 AM, Russ Cox <rsc@golang.org> wrote: >> http://codereview.appspot.com/1963044/diff/2001/3002#newcode82 >> ...
14 years, 7 months ago (2010-08-17 23:20:29 UTC) #6
rsc
> My instinct would be that the URL parameters would come first, since > that's ...
14 years, 7 months ago (2010-08-17 23:33:55 UTC) #7
dsymonds
LGTM http://codereview.appspot.com/1963044/diff/14001/15002 File src/pkg/http/request_test.go (right): http://codereview.appspot.com/1963044/diff/14001/15002#newcode84 src/pkg/http/request_test.go:84: if both := req.Form["both"]; !reflect.DeepEqual(both, []string{"x", "y"}) { ...
14 years, 7 months ago (2010-08-17 23:48:11 UTC) #8
rsc
14 years, 7 months ago (2010-08-18 00:02:02 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=768afe3769a8 ***

http: parse query string always, not just in GET

Fixes issue 985.

R=dsymonds, dsymonds1
CC=golang-dev
http://codereview.appspot.com/1963044
Sign in to reply to this message.

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