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

Issue 5213043: code review 5213043: http: remove Request.RawURL (Closed)

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

Description

http: remove Request.RawURL Its purpose is not only undocumented, it's also unknown (to me and Russ, at least) and leads to complexity, bugs and confusion.

Patch Set 1 #

Patch Set 2 : diff -r bef8a4920e15 https://go.googlecode.com/hg #

Patch Set 3 : diff -r bef8a4920e15 https://go.googlecode.com/hg #

Patch Set 4 : diff -r 0ad345711d0f https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -94 lines) Patch
M src/pkg/http/cgi/child.go View 1 1 chunk +6 lines, -6 lines 0 comments Download
M src/pkg/http/cgi/child_test.go View 1 2 chunks +0 lines, -6 lines 0 comments Download
M src/pkg/http/cgi/host.go View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/http/readrequest_test.go View 1 3 chunks +0 lines, -3 lines 0 comments Download
M src/pkg/http/request.go View 1 6 chunks +19 lines, -18 lines 0 comments Download
M src/pkg/http/requestwrite_test.go View 1 12 chunks +22 lines, -18 lines 0 comments Download
M src/pkg/http/transport.go View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/pkg/http/transport_test.go View 1 4 chunks +3 lines, -29 lines 0 comments Download
M src/pkg/websocket/hixie_test.go View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/pkg/websocket/hybi_test.go View 1 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 9
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 10 months ago (2011-10-06 23:09:51 UTC) #1
adg
LGTM Can it.
13 years, 10 months ago (2011-10-06 23:22:52 UTC) #2
bradfitz
While I appreciate the quick LGTM, I'm a little scared of this CL and would ...
13 years, 10 months ago (2011-10-06 23:26:54 UTC) #3
adg
On 6 October 2011 16:26, Brad Fitzpatrick <bradfitz@golang.org> wrote: > While I appreciate the quick ...
13 years, 10 months ago (2011-10-06 23:30:12 UTC) #4
bradfitz
On Thu, Oct 6, 2011 at 4:29 PM, Andrew Gerrand <adg@golang.org> wrote: > > > ...
13 years, 10 months ago (2011-10-06 23:35:28 UTC) #5
rsc
I'd like to leave this open for a few days and see if people weigh ...
13 years, 10 months ago (2011-10-07 01:45:30 UTC) #6
bradfitz
Ping. Can we kill this now? Does it need a gofix module? If so, what ...
13 years, 10 months ago (2011-10-12 17:57:07 UTC) #7
rsc
LGTM Don't bother with a gofix.
13 years, 10 months ago (2011-10-12 18:14:07 UTC) #8
bradfitz
13 years, 10 months ago (2011-10-12 18:48:27 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=af3d7d10735c ***

http: remove Request.RawURL

Its purpose is not only undocumented, it's also unknown (to me
and Russ, at least) and leads to complexity, bugs and
confusion.

R=golang-dev, adg, rsc
CC=golang-dev
http://codereview.appspot.com/5213043
Sign in to reply to this message.

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