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

Issue 4177042: code review 4177042: http/server: replace OS-specific path separator to URL'... (Closed)

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

Description

http/server: replace OS-specific path separator to URL's one.

Patch Set 1 #

Patch Set 2 : diff -r fd41b76c8e51 http://go.googlecode.com/hg/ #

Patch Set 3 : diff -r fd41b76c8e51 http://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 8280f07d4272 http://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r d21418d773ba http://go.googlecode.com/hg/ #

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

Messages

Total messages: 9
mattn
Hello golang-dev@googlegroups.com, I'd like you to review this change to http://go.googlecode.com/hg/
13 years, 2 months ago (2011-02-10 02:46:13 UTC) #1
mattn
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2011-02-10 03:04:35 UTC) #2
rsc
http://codereview.appspot.com/4177042/diff/5002/src/pkg/http/server.go File src/pkg/http/server.go (right): http://codereview.appspot.com/4177042/diff/5002/src/pkg/http/server.go#newcode585 src/pkg/http/server.go:585: p = strings.Replace(p, string(path.DirSeps[0]), "/", -1) I'd like to ...
13 years, 2 months ago (2011-02-10 03:27:34 UTC) #3
dsymonds
This isn't right. URLs are specified by RFC 2396, which mandates only forward slashes (section ...
13 years, 2 months ago (2011-02-10 03:31:01 UTC) #4
mattn
http://codereview.appspot.com/4177042/diff/5002/src/pkg/http/server.go File src/pkg/http/server.go (right): http://codereview.appspot.com/4177042/diff/5002/src/pkg/http/server.go#newcode585 src/pkg/http/server.go:585: p = strings.Replace(p, string(path.DirSeps[0]), "/", -1) Yes, I think ...
13 years, 2 months ago (2011-02-10 03:56:49 UTC) #5
rsc
removing reviewers; i will take care of this
13 years, 2 months ago (2011-02-11 20:08:51 UTC) #6
mattn
*** Abandoned ***
13 years, 2 months ago (2011-02-18 12:49:41 UTC) #7
mattn
This is workaround for win32. on windows, panic() show JIT debug dialog. i don't like ...
13 years, 2 months ago (2011-02-22 06:00:47 UTC) #8
mattn
13 years, 2 months ago (2011-02-22 06:01:16 UTC) #9
oops, sorry. I missed to reply.
Sign in to reply to this message.

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