Serinus is a minimalistic framework for building efficient and scalable backend applications powered by Dart. 🎯
41
stars
3
forks
source link
fix: Response.render & Response.renderString should close the request correctly #41
Closed
francescovallone closed 4 months ago
What happened
When using the
Response.render
orResponse.renderString
method the response doesn't close correctly.What should have happened
The response should close correctly and the page should be shown without the loading indicator.