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

Issue 83330045: code review 83330045: net: make WriteTo, WriteToUnix and WriteMsgUnix fail wh... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by mikio
Modified:
11 years, 8 months ago
Reviewers:
gobot, iant
CC:
golang-codereviews, iant
Visibility:
Public.

Description

net: make WriteTo, WriteToUnix and WriteMsgUnix fail when connectionless-mode UnixConn is already connected This CL tries to fill the gap between Linux and other Unix-like systems in the same way UDPConn already did. Fixes issue 7677.

Patch Set 1 : diff -r dbf809235908 https://code.google.com/p/go #

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -0 lines) Patch
M src/pkg/net/unix_test.go View 1 chunk +67 lines, -0 lines 0 comments Download
M src/pkg/net/unixsock_posix.go View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4
mikio
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 8 months ago (2014-04-02 03:42:58 UTC) #1
iant
LGTM https://codereview.appspot.com/83330045/diff/40001/src/pkg/net/unix_test.go File src/pkg/net/unix_test.go (right): https://codereview.appspot.com/83330045/diff/40001/src/pkg/net/unix_test.go#newcode183 src/pkg/net/unix_test.go:183: if _, err = c.(*UnixConn).WriteTo([]byte("Connection-oriented mode socket"), raddr); ...
11 years, 8 months ago (2014-04-02 04:00:46 UTC) #2
mikio
*** Submitted as https://code.google.com/p/go/source/detail?r=d78036c3351f *** net: make WriteTo, WriteToUnix and WriteMsgUnix fail when connectionless-mode UnixConn ...
11 years, 8 months ago (2014-04-02 10:42:13 UTC) #3
gobot
11 years, 8 months ago (2014-04-02 11:43:46 UTC) #4
Message was sent while issue was closed.
This CL appears to have broken the plan9-386-cnielsen builder.
See http://build.golang.org/log/bd04a8096fbcd4dff9b750d4089f30fb875532dd
Sign in to reply to this message.

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