Closed
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version
)?
Checked on Go tip (80e9a7f) and Go 1.6.2.
- What operating system and processor architecture are you using (
go env
)?
linux/amd64
- What did you do?
https://play.golang.org/p/jIKQ1npwUl
- What did you expect to see?
It should not deadlock.
- What did you see instead?
It deadlocks trying to read bytes from a network connection that are never delivered.