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

Issue 5753045: code review 5753045: net: do not use reflect for DNS messages. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by remyoudompheng
Modified:
12 years, 1 month ago
Reviewers:
CC:
bradfitzgoog, bradfitz, rsc1, golang-dev, remy_archlinux.org
Visibility:
Public.

Description

net: do not use reflect for DNS messages. Fixes issue 3201.

Patch Set 1 #

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

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

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

Total comments: 9

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

Total comments: 1

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

Patch Set 7 : diff -r 22111b8f44af https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -127 lines) Patch
M src/pkg/go/build/deps_test.go View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/net/dnsmsg.go View 1 2 3 4 23 chunks +233 lines, -125 lines 0 comments Download
M src/pkg/net/dnsmsg_test.go View 1 4 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 16
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 1 month ago (2012-03-05 23:58:50 UTC) #1
remyoudompheng
This is essentially a request for comments. I am not sure at all whether the ...
12 years, 1 month ago (2012-03-05 23:59:22 UTC) #2
bradfitzgoog
Fun approach. Russ was going to start on this later tonight, but it looks like ...
12 years, 1 month ago (2012-03-06 00:02:59 UTC) #3
remyoudompheng
On 2012/03/06 00:02:59, bradfitzgoog wrote: > Fun approach. No problem if you indeed find it ...
12 years, 1 month ago (2012-03-06 00:08:05 UTC) #4
kevlar
FYI On 2012/03/06 00:08:05, remyoudompheng wrote: > On 2012/03/06 00:02:59, bradfitzgoog wrote: > > Fun ...
12 years, 1 month ago (2012-03-06 00:27:01 UTC) #5
remyoudompheng
Hello golang-dev@googlegroups.com, bradfitz@google.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
12 years, 1 month ago (2012-03-06 00:27:14 UTC) #6
bradfitz
Nice. Few minor things. Wait for rsc or r to review. http://codereview.appspot.com/5753045/diff/1002/src/pkg/net/dnsmsg.go File src/pkg/net/dnsmsg.go (right): ...
12 years, 1 month ago (2012-03-06 00:45:53 UTC) #7
bradfitz
On Mon, Mar 5, 2012 at 4:27 PM, <kevlar@google.com> wrote: > FYI > > > ...
12 years, 1 month ago (2012-03-06 00:47:56 UTC) #8
rsc1
LGTM So much better than what I was planning. Thanks very much. I agree with ...
12 years, 1 month ago (2012-03-06 02:51:28 UTC) #9
bradfitz
Also, you can now update this new file in this CL, src/pkg/go/build/deps_test.go ... and remove ...
12 years, 1 month ago (2012-03-06 04:54:27 UTC) #10
remyoudompheng
Hello bradfitz@google.com, bradfitz@golang.org, rsc@google.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
12 years, 1 month ago (2012-03-06 06:56:18 UTC) #11
bradfitz
LGTM Thanks! http://codereview.appspot.com/5753045/diff/5005/src/pkg/go/build/deps_test.go File src/pkg/go/build/deps_test.go (right): http://codereview.appspot.com/5753045/diff/5005/src/pkg/go/build/deps_test.go#newcode229 src/pkg/go/build/deps_test.go:229: // TODO: Remove math/rand of possible. // ...
12 years, 1 month ago (2012-03-06 06:59:13 UTC) #12
remyoudompheng
> Also, you can now update this new file in this CL, > > src/pkg/go/build/deps_test.go ...
12 years, 1 month ago (2012-03-06 06:59:58 UTC) #13
remyoudompheng
Hello bradfitz@google.com, bradfitz@golang.org, rsc@google.com (cc: golang-dev@googlegroups.com, remy@archlinux.org), Please take another look.
12 years, 1 month ago (2012-03-06 07:01:08 UTC) #14
bradfitz
LGTM On Mon, Mar 5, 2012 at 11:01 PM, <remyoudompheng@gmail.com> wrote: > Hello bradfitz@google.com, bradfitz@golang.org, ...
12 years, 1 month ago (2012-03-06 07:01:47 UTC) #15
remyoudompheng
12 years, 1 month ago (2012-03-06 07:03:10 UTC) #16
*** Submitted as http://code.google.com/p/go/source/detail?r=c1f5756f94b0 ***

net: do not use reflect for DNS messages.

Fixes issue 3201.

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

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