Hello,We have an application which uses HTTP chunking which as far as I know supports multiple get requests from the server with one 200 OK. This reduce the overhead and is considered to be more efficient.The problem we are facing is that with the CS...