]> Cypherpunks repositories - gostls13.git/commit
io: prevent ReadAtLeast spinloop if min > len(buf)
authorAndrew Gerrand <adg@golang.org>
Mon, 23 Aug 2010 02:04:15 +0000 (12:04 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 23 Aug 2010 02:04:15 +0000 (12:04 +1000)
commit46427089846193265ef4d9e725cd0d26aa517a6d
treeff51af630f5735a970d965604b31a305ec8e58ee
parentd125faeed0ec7383d2524e97d36b759492545df7
io: prevent ReadAtLeast spinloop if min > len(buf)

R=r, heresy.mc
CC=golang-dev
https://golang.org/cl/2017042
src/pkg/io/io.go
src/pkg/io/io_test.go