-
Notifications
You must be signed in to change notification settings - Fork 18k
net: WriteMsg* returns the wrong nr of bytes sent #7645
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
Labels
Milestone
Comments
Comment 3 by alexander.larsson: Somehow the attachment didn't get attached. Trying again. Attachments:
|
Thanks for the example. That is not good. We can't change syscall.SendMsg, because that would break the Go 1 guarantee. But I guess we could introduce another function to syscall that calls sendmsg and returns the number of bytes written. And we could change netFD.WriteMsg to call that. Labels changed: added release-go1.3maybe. |
This issue was updated by revision a7858a4. LGTM=aram, iant R=iant, aram, bradfitz CC=golang-codereviews https://golang.org/cl/81210043 |
CL https://golang.org/cl/85630044 mentions this issue. |
CL https://golang.org/cl/90170046 mentions this issue. |
This issue was closed by revision e419ab6. Status changed to Fixed. |
CL https://golang.org/cl/98790044 mentions this issue. |
This issue was updated by revision d873e64. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/98790044 |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by alexander.larsson:
The text was updated successfully, but these errors were encountered: