]> Cypherpunks repositories - gostls13.git/commit
bufio: make it clear that the client must call Writer.Flush
authorRob Pike <r@golang.org>
Mon, 12 Aug 2013 02:55:33 +0000 (12:55 +1000)
committerRob Pike <r@golang.org>
Mon, 12 Aug 2013 02:55:33 +0000 (12:55 +1000)
commit6b706cf50d128cd49192d4815bc25fec06514fe8
tree8b85746f4f1ba1f750aa10886445e3be9d9fc5b6
parentce00562607e0967ea8329aa4728a5bf4e1a8e666
bufio: make it clear that the client must call Writer.Flush

Fixes #5530.

R=golang-dev, iant, com.liigo
CC=golang-dev
https://golang.org/cl/12688044
src/pkg/bufio/bufio.go