User-2123273079 posted
Hello everyone,
I was wondering if there is any config setting or any other way to force the response to be written all at once instead of it being written in multiple packets??
The problem is I am using a response filter to edit anchor href's and the html parser (HtmlAgilityPack) strips out the malformed HTML when the framework writes to the response stream multiple times, so enforcing an all at once write would solve this headache.
Is is possible??
Thanks,
Sean