Closed Wessie closed 10 months ago
Templates currently write directly to the writer given. But this means that if an error occurs a half-written template is now already on its way to the client. We should buffer the output in memory until completion and then write it out
Templates currently write directly to the writer given. But this means that if an error occurs a half-written template is now already on its way to the client. We should buffer the output in memory until completion and then write it out