Hello guys,
in our software we use a custom CacheHandler in order to cache all files to hard disc. So far, so good.
In case the same request comes again and the cache file already exist, we serve it from hard disc,
using the ProcessRequest function and the response.writeFile(...) method.
Everything is working fine on smaller files - if we serve large files like videos (> 100 MB) the browser
stops playing the video at 3/4 of the length.
Do we need to specify something important before calling the "writeFile"?
Thanks
Best regards