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

Issue 4432079: code review 4432079: cgi: set Request.TLS and Request.RemoteAddr for children (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:
agl, eds, rsc1, rsc, golang-dev
Visibility:
Public.

Description

cgi: set Request.TLS and Request.RemoteAddr for children

Patch Set 1 #

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

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

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

Total comments: 2

Patch Set 5 : diff -r d93b5329ae9f https://go.googlecode.com/hg #

Patch Set 6 : diff -r d93b5329ae9f https://go.googlecode.com/hg #

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

Messages

Total messages: 10
bradfitz
Hello agl, eds (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-04-28 20:46:32 UTC) #1
rsc1
LGTM I think the normal http packages's RemoteAddr has a :port. Maybe add :0?
13 years, 10 months ago (2011-04-28 20:48:58 UTC) #2
bradfitz
Hello agl, eds, rsc1 (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2011-04-28 20:57:25 UTC) #3
rsc
http://codereview.appspot.com/4432079/diff/1002/src/pkg/http/cgi/child.go File src/pkg/http/cgi/child.go (right): http://codereview.appspot.com/4432079/diff/1002/src/pkg/http/cgi/child.go#newcode196 src/pkg/http/cgi/child.go:196: // Copied from package net's JoinHostPort. Silly to depend ...
13 years, 10 months ago (2011-04-28 21:00:56 UTC) #4
bradfitz
http://codereview.appspot.com/4432079/diff/1002/src/pkg/http/cgi/child.go File src/pkg/http/cgi/child.go (right): http://codereview.appspot.com/4432079/diff/1002/src/pkg/http/cgi/child.go#newcode196 src/pkg/http/cgi/child.go:196: // Copied from package net's JoinHostPort. Silly to depend ...
13 years, 10 months ago (2011-04-28 21:01:54 UTC) #5
bradfitz
Hello agl, eds, rsc1, rsc (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2011-04-28 21:02:26 UTC) #6
rsc
LGTM It's okay to import net just for one function, by the way. The stuff ...
13 years, 10 months ago (2011-04-28 21:11:30 UTC) #7
bradfitz
On Thu, Apr 28, 2011 at 2:11 PM, <rsc@golang.org> wrote: > LGTM > > It's ...
13 years, 10 months ago (2011-04-28 21:30:20 UTC) #8
eds
LGTM
13 years, 10 months ago (2011-04-28 21:51:06 UTC) #9
bradfitz
13 years, 10 months ago (2011-04-28 22:02:34 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=b1734b25f062 ***

cgi: set Request.TLS and Request.RemoteAddr for children

R=agl, eds, rsc1, rsc
CC=golang-dev
http://codereview.appspot.com/4432079
Sign in to reply to this message.

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