Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Overall codebase stability enhancements - Check if headers is sent before write to head - Check if connection still open before write body, and closing it - Check stream for errors when piping data (including 3rd party storage) - Handle abort (e.g. browser close/refresh) (including 3rd party storage) - Update `Content-Disposition` header to meet RFC 5987 - Attempt to fix #417 , thanks to @Twisterking - Update [AWS:S3 integration docs](https://github.com/VeliovGroup/Meteor-Files/wiki/AWS-S3-Integratio n), to support chunked/streaming content, thanks to @paulincai
- Loading branch information