We are developing a website that is using the excel component to generate an Excel spreadsheet and write to the response stream using the save method. Our main client is having problems with this, often having to wait several minutes to get the spreadsheet. Every other attempt outside of their network retreives the spreadsheet in less than two seconds.
It appears that the problem is due to the proxy they are using, a Bluecoat appliance. Bluecoat tech support says that we need to send a chunked transfer terminator to tell the proxy that the stream is done. Do you have any idea on how we can do this or do you have a suggestion for a different method of sending the spreadsheet?