I have a problem were once files are downloaded (e.g using the FileHandler) the files remain locked because the ContentStream of the HttpResponse is never closed/disposed.
Is there a way around this? I feel the file should be released once the transfer is complete.