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

Issue 8274043: code review 8274043: net: delete DialOpt and Dialer; add struct Dialer (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by bradfitz
Modified:
12 years, 5 months ago
Reviewers:
rog
CC:
golang-dev, julienschmidt, r
Visibility:
Public.

Description

net: delete DialOpt and DialOption; add struct Dialer Per discussions on golang-nuts and golang-dev: "Some concerns with DialOpt" https://groups.google.com/d/msg/golang-nuts/Hfh9aqhXyUw/W3uYi8lOdKcJ https://groups.google.com/d/msg/golang-dev/37omSQeWv4Y/KASGIfPpXh0J

Patch Set 1 #

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

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

Total comments: 16

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

Total comments: 3

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -194 lines) Patch
M doc/go1.1.html View 1 1 chunk +3 lines, -10 lines 0 comments Download
M src/pkg/net/dial.go View 1 2 3 4 4 chunks +60 lines, -175 lines 0 comments Download
A src/pkg/net/dial_gen.go View 1 2 3 4 5 1 chunk +61 lines, -0 lines 0 comments Download
M src/pkg/net/fd_plan9.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/net/fd_unix.go View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/pkg/net/fd_windows.go View 1 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 8
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 5 months ago (2013-04-02 18:58:15 UTC) #1
julienschmidt
This also fixes the timeout behavior, doesn't it? In general this LGTM https://codereview.appspot.com/8274043/diff/4001/src/pkg/net/dial_gen.go File src/pkg/net/dial_gen.go ...
12 years, 5 months ago (2013-04-02 19:40:45 UTC) #2
r
https://codereview.appspot.com/8274043/diff/4001/src/pkg/net/dial.go File src/pkg/net/dial.go (right): https://codereview.appspot.com/8274043/diff/4001/src/pkg/net/dial.go#newcode14 src/pkg/net/dial.go:14: // All fields may be their zero value. maybe ...
12 years, 5 months ago (2013-04-02 19:42:53 UTC) #3
bradfitz
Hello golang-dev@googlegroups.com, google@julienschmidt.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 5 months ago (2013-04-02 19:55:53 UTC) #4
bradfitz
https://codereview.appspot.com/8274043/diff/4001/src/pkg/net/dial.go File src/pkg/net/dial.go (right): https://codereview.appspot.com/8274043/diff/4001/src/pkg/net/dial.go#newcode14 src/pkg/net/dial.go:14: // All fields may be their zero value. On ...
12 years, 5 months ago (2013-04-02 19:56:03 UTC) #5
r
LGTM with my few tweaks. https://codereview.appspot.com/8274043/diff/11001/src/pkg/net/dial.go File src/pkg/net/dial.go (right): https://codereview.appspot.com/8274043/diff/11001/src/pkg/net/dial.go#newcode14 src/pkg/net/dial.go:14: // All fields may ...
12 years, 5 months ago (2013-04-02 20:08:17 UTC) #6
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=64df8d0a25d3 *** net: delete DialOpt and DialOption; add struct Dialer Per discussions ...
12 years, 5 months ago (2013-04-02 20:24:19 UTC) #7
rog
12 years, 5 months ago (2013-04-03 13:41:52 UTC) #8
Message was sent while issue was closed.
much nicer. thanks a lot for pushing this change.
Sign in to reply to this message.

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