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

Issue 4291069: code review 4291069: http: modified perl cgi test to remove newline from env...

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

Description

http: modified perl cgi test to remove newline from env variables Fixes issue 1639

Patch Set 1 #

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

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

Total comments: 1

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/pkg/http/cgi/testdata/test.cgi View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8
royger
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 11 months ago (2011-03-25 12:20:30 UTC) #1
bradfitz
http://codereview.appspot.com/4291069/diff/5001/src/pkg/http/cgi/testdata/test.cgi File src/pkg/http/cgi/testdata/test.cgi (right): http://codereview.appspot.com/4291069/diff/5001/src/pkg/http/cgi/testdata/test.cgi#newcode33 src/pkg/http/cgi/testdata/test.cgi:33: print "env-$k=".do { (my $new_env = $ENV{$k}) =~ s/[\n\r]//g; ...
13 years, 11 months ago (2011-03-25 14:56:35 UTC) #2
royger
Hello golang-dev@googlegroups.com, bradfitzgo (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2011-03-25 15:04:26 UTC) #3
royger
Hello golang-dev@googlegroups.com, bradfitzgo (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 11 months ago (2011-03-25 15:06:26 UTC) #4
royger
On 2011/03/25 14:56:35, bradfitzgo wrote: > http://codereview.appspot.com/4291069/diff/5001/src/pkg/http/cgi/testdata/test.cgi > File src/pkg/http/cgi/testdata/test.cgi (right): > > http://codereview.appspot.com/4291069/diff/5001/src/pkg/http/cgi/testdata/test.cgi#newcode33 > ...
13 years, 11 months ago (2011-03-25 15:08:19 UTC) #5
bradfitz
Roger, LGTM but before I can submit this, you need to be in the AUTHORS ...
13 years, 11 months ago (2011-03-25 15:28:02 UTC) #6
royger
Done. On 2011/03/25 15:28:02, bradfitzgo wrote: > Roger, > > LGTM but before I can ...
13 years, 11 months ago (2011-03-25 16:15:02 UTC) #7
bradfitz
13 years, 11 months ago (2011-03-25 16:33:50 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=11c0906fdf7d ***

http: modified perl cgi test to remove newline from env variables

Fixes issue 1639

R=golang-dev, bradfitzgo
CC=golang-dev
http://codereview.appspot.com/4291069

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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