Descriptioncompress/flate: do not use background goroutines
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.
Patch Set 1 #Patch Set 2 : diff -r 0f3cb0fbb6ff https://go.googlecode.com/hg #Patch Set 3 : diff -r 0f3cb0fbb6ff https://go.googlecode.com/hg #Patch Set 4 : diff -r 0f3cb0fbb6ff https://go.googlecode.com/hg #
Total comments: 8
Patch Set 5 : diff -r ffc3f39bf572 https://go.googlecode.com/hg #
MessagesTotal messages: 5
|