Skip to content

Commit

Permalink
compress/flate: do not use background goroutines
Browse files Browse the repository at this point in the history
Programs expect that Read and Write are synchronous.
The background goroutines make the implementation
a little easier, but they introduce asynchrony that
trips up calling code.  Remove them.

R=golang-dev, krasin
CC=golang-dev
https://golang.org/cl/4548079
  • Loading branch information
rsc committed Jun 2, 2011
1 parent 422abf3 commit 07acc02
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 376 deletions.

0 comments on commit 07acc02

Please sign in to comment.