Hi I need to cache the stream in a responsefilter, modify the entire output at once and then finally return it all to the user. I can easily store the stream and keep watching until I get an </html> tag, however, some output may not have an </html> tag, such as an AJAX response OR will have...