]> Cypherpunks repositories - gostls13.git/commit
undo CL 13004046 / 5db14b33d6ef
authorRob Pike <r@golang.org>
Thu, 5 Sep 2013 21:54:43 +0000 (07:54 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 5 Sep 2013 21:54:43 +0000 (07:54 +1000)
commit46f96079df8298796883bfb83832a9cc6f1d765d
treea89a1ac83d69d2e8080546885cb52860539f5e50
parent28bbc6c27a2be9f6af9786394acb22ed4f8b81d3
undo CL 13004046 / 5db14b33d6ef

Flushing after every token negates the point of buffering. A different approach is required.

««« original CL description
encoding/xml: flush buffer after encoding token

R=rsc, bradfitz, adg
CC=golang-dev
https://golang.org/cl/13004046

»»»

R=golang-dev, adg, rsc
CC=golang-dev
https://golang.org/cl/13515043
src/pkg/encoding/xml/marshal.go
src/pkg/encoding/xml/marshal_test.go