-
Brad Fitzpatrick authored
This causes the child, if still writing, to get an error or SIGPIPE and most likely exit so our subsequent wait can finish. A more guaranteed fix would be putting a time limit on the child's overall execution, but this fixes the problem I was having. Fixes #2059 R=rsc CC=golang-dev https://golang.org/cl/4675081
1722ec22
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
testdata | ||
Makefile | ||
child.go | ||
child_test.go | ||
host.go | ||
host_test.go | ||
matryoshka_test.go |