Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: error on connectionless-mode write doesn't contain address information #7708

Closed
mikioh opened this issue Apr 4, 2014 · 6 comments
Closed
Milestone

Comments

@mikioh
Copy link
Contributor

mikioh commented Apr 4, 2014

For example, 

--- PASS: TestConnectionlessWriteTooLongError (0.00 seconds)
    write_test.go:89: 65536 bytes write udp4: message too long
    write_test.go:110: 65536 bytes write udp4: message too long
    write_test.go:89: 65536 bytes write udp6: message too long
    write_test.go:110: 65536 bytes write udp6: message too long
    write_test.go:89: 1048576 bytes write unixgram: message too long
    write_test.go:110: 1048576 bytes write unixgram: message too long

instead of

--- PASS: TestConnectionlessWriteTooLongError (0.00 seconds)
    write_test.go:89: 65536 bytes write udp4 127.0.0.1:33494: message too long
    write_test.go:110: 65536 bytes write udp4 127.0.0.1:33494: message too long
    write_test.go:89: 65536 bytes write udp6 [::1]:42353: message too long
    write_test.go:110: 65536 bytes write udp6 [::1]:42353: message too long
    write_test.go:89: 1048576 bytes write unixgram /tmp/nettest925274809:: message too long
    write_test.go:110: 1048576 bytes write unixgram /tmp/nettest925274809:: message too long

The root cause is issue #4856.
@mikioh
Copy link
Contributor Author

mikioh commented Apr 5, 2014

Comment 1:

Status changed to Started.

@mikioh
Copy link
Contributor Author

mikioh commented Apr 8, 2014

Comment 2:

Status changed to New.

@gopherbot
Copy link

Comment 3:

CL https://golang.org/cl/84750043 references this issue.

@gopherbot
Copy link

Comment 4:

CL https://golang.org/cl/85630044 mentions this issue.

@mikioh
Copy link
Contributor Author

mikioh commented May 2, 2014

Comment 5:

Labels changed: added release-go1.4, removed release-go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Sep 16, 2014

Comment 6:

Status changed to Duplicate.

Merged into issue #4856.

@rsc rsc added this to the Go1.4 milestone Apr 14, 2015
@rsc rsc removed the release-go1.4 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants