Problem of the implementation of `ktor-html-builde...
# ktor
j
Problem of the implementation of `ktor-html-builder`: why does html write to a buffer writer of a byte array output stream? What’s the point of buffering?
a
j
But why
bufferWriter
instead of
writer
?
e
Yep, it should be a
writer
. Seems like the leftover after refactoring