]> Cypherpunks repositories - gostls13.git/commit
netchan: fix bug for imported send.
authorRob Pike <r@golang.org>
Thu, 16 Sep 2010 03:59:31 +0000 (13:59 +1000)
committerRob Pike <r@golang.org>
Thu, 16 Sep 2010 03:59:31 +0000 (13:59 +1000)
commit381ab58e2c1c3e10e64faeca292ee1a5b3fb0226
treee9648d19e0b67ac805498c159419d1f096b5e02a
parent5667d8259980472f787b015079940d22ff54b2cd
netchan: fix bug for imported send.
Also add a bit of debugging and sanitation code.
Fixes #769.

R=adg
CC=golang-dev
https://golang.org/cl/2206042
src/pkg/netchan/common.go
src/pkg/netchan/export.go
src/pkg/netchan/import.go