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

Issue 6533050: code review 6533050: net: avoid passing an empty string as a parameter to Li... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by mikio
Modified:
11 years, 5 months ago
Reviewers:
rsc, iant
CC:
golang-dev
Visibility:
Public.

Description

net: avoid passing an empty string as a parameter to Listen, ListenPacket Fixes issue 3847. Update issue 3721. Update issue 3548.

Patch Set 1 : diff -r dfb1b5655e21 https://go.googlecode.com/hg/ #

Total comments: 3

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -168 lines) Patch
M src/pkg/net/dial.go View 4 chunks +40 lines, -55 lines 0 comments Download
M src/pkg/net/dial_test.go View 4 chunks +173 lines, -14 lines 0 comments Download
M src/pkg/net/ipraw_test.go View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/net/server_test.go View 4 chunks +0 lines, -12 lines 0 comments Download
M src/pkg/net/unicast_posix_test.go View 1 5 chunks +0 lines, -85 lines 0 comments Download

Messages

Total messages: 5
mikio
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 6 months ago (2012-10-04 09:37:00 UTC) #1
mikio
ping
11 years, 6 months ago (2012-10-13 17:14:42 UTC) #2
iant
It seems like this will break existing programs that want to use net.Listen or net.ListenPacket ...
11 years, 6 months ago (2012-10-13 17:33:30 UTC) #3
rsc
Same comments. Same program too: s/ListenTCP("tcp", nil)/Listen("tcp", "")/. For better or worse, we appear to ...
11 years, 6 months ago (2012-10-21 21:24:01 UTC) #4
mikio
11 years, 5 months ago (2012-11-12 15:43:53 UTC) #5
*** Abandoned ***
Sign in to reply to this message.

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