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

Issue 9821043: code review 9821043: net/http: Make ReadResponse work with a nil Request par...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 11 months ago by taruti
Modified:
10 years, 9 months ago
Reviewers:
bradfitz
CC:
golang-dev, dave_cheney.net, bradfitz
Visibility:
Public.

Description

net/http: Make ReadResponse work with a nil Request parameter Fixes issue 5583

Patch Set 1 #

Patch Set 2 : diff -r dba8aba7724c https://code.google.com/p/go #

Patch Set 3 : diff -r dba8aba7724c https://code.google.com/p/go #

Patch Set 4 : diff -r f6a20261d881 https://code.google.com/p/go #

Patch Set 5 : diff -r f6a20261d881 https://code.google.com/p/go #

Patch Set 6 : diff -r f6a20261d881 https://code.google.com/p/go #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -4 lines) Patch
M src/pkg/net/http/response.go View 1 2 3 4 1 chunk +2 lines, -1 line 1 comment Download
M src/pkg/net/http/response_test.go View 1 1 chunk +23 lines, -0 lines 1 comment Download
M src/pkg/net/http/transfer.go View 1 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 10
taruti
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, taruti@taruti.net), I'd like you to review this change to https://code.google.com/p/go
10 years, 11 months ago (2013-05-28 08:46:15 UTC) #1
dave_cheney.net
On 2013/05/28 08:46:15, taruti wrote: > Hello mailto:golang-dev@googlegroups.com (cc: mailto:golang-dev@googlegroups.com, > mailto:taruti@taruti.net), > > I'd ...
10 years, 11 months ago (2013-05-28 12:21:37 UTC) #2
taruti
Issue as requested: https://code.google.com/p/go/issues/detail?id=5583
10 years, 11 months ago (2013-05-29 06:46:42 UTC) #3
dave_cheney.net
Thank you, don't forget to run hg update and add the magic works "Fixes issue ...
10 years, 11 months ago (2013-05-29 06:47:37 UTC) #4
dave_cheney.net
On 2013/05/29 06:47:37, dfc wrote: > Thank you, don't forget to run hg update and ...
10 years, 11 months ago (2013-06-11 11:55:55 UTC) #5
bradfitz
R=bradfitz This probably also warrants a doc update to func ReadResponse.
10 years, 11 months ago (2013-06-18 16:11:10 UTC) #6
taruti
Hello golang-dev@googlegroups.com, dave@cheney.net, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 10 months ago (2013-07-23 06:31:11 UTC) #7
bradfitz
https://codereview.appspot.com/9821043/diff/20001/src/pkg/net/http/response.go File src/pkg/net/http/response.go (right): https://codereview.appspot.com/9821043/diff/20001/src/pkg/net/http/response.go#newcode103 src/pkg/net/http/response.go:103: // this Response. Alternatively the Request may be nil. ...
10 years, 10 months ago (2013-07-23 16:32:58 UTC) #8
bradfitz
LGTM
10 years, 9 months ago (2013-08-09 22:06:16 UTC) #9
bradfitz
10 years, 9 months ago (2013-08-09 22:11:02 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=63dcf9ca33a7 ***

net/http: Make ReadResponse work with a nil Request parameter

Fixes issue 5583

R=golang-dev, dave, bradfitz
CC=golang-dev
https://codereview.appspot.com/9821043

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