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

Issue 5376099: code review 5376099: net/http: fix build (Closed)

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

Description

net/http: fix build empty is already not a nil.

Patch Set 1 #

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

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

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

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

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

Messages

Total messages: 8
mikio
Hello golang-dev@googlegroups.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-11-15 02:22:15 UTC) #1
mikio
Well, this fix is still fragile. http testing still barks: Unsolicited response received on idle ...
13 years, 4 months ago (2011-11-15 02:25:39 UTC) #2
bradfitz
LGTM I would just remove those url.Values(nil) lines, though. They're nil by default. On Mon, ...
13 years, 4 months ago (2011-11-15 02:26:13 UTC) #3
bradfitz
On Mon, Nov 14, 2011 at 6:25 PM, Mikio Hara <mikioh.mikioh@gmail.com> wrote: > Well, this ...
13 years, 4 months ago (2011-11-15 02:27:02 UTC) #4
rsc
LGTM I'm kind of confused why I didn't hit any of these. Please wait a ...
13 years, 4 months ago (2011-11-15 02:28:20 UTC) #5
mikio
On Tue, Nov 15, 2011 at 11:28 AM, Russ Cox <rsc@golang.org> wrote: > Please wait ...
13 years, 4 months ago (2011-11-15 02:35:16 UTC) #6
rsc
It's okay to submit this now. Thanks.
13 years, 4 months ago (2011-11-15 05:02:16 UTC) #7
mikio
13 years, 4 months ago (2011-11-15 05:05:02 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=be4d7ed4ed68 ***

net/http: fix build

empty is already not a nil.

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

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