Descriptioncrypto/cipher: don't persist errors in StreamWriter.
I messed this up from the beginning. The receiver isn't a pointer so
setting Err is useless. In order to maintain the API, just remove the
superfluous code.
Fixes issue 4657.
Patch Set 1 : diff -r 7418ae25fbb4 https://code.google.com/p/go/ #Patch Set 2 : diff -r 7418ae25fbb4 https://code.google.com/p/go/ #Patch Set 3 : diff -r 7dc8d66efb6d https://code.google.com/p/go/ #
MessagesTotal messages: 3
|