Prevent ASP.NET GET request timeout? -


i've got asp.net application serves mp3 content, content generated during request , can delay sending of response's first byte several minutes.

the client podcatcher (i don't know which), , lowest timeout i've seen 20 seconds. is, these clients (reasonably enough) giving relatively quickly, assuming there's no response coming.

how can keep these clients giving up? how can let them know response coming?

if you're serving content in binary format, should able format headers , push them out right away before have binary content organized. if you're using handler, can speed process avoiding lot of iis overhead, , @ same time can content-headers started (not completed, started) , use response.flush() them out.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -