Skip to content

Commit

Permalink
Merge pull request #419 from VeliovGroup/dev
Browse files Browse the repository at this point in the history
v1.7.16
 - 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-Integration), to support chunked/streaming content, thanks to @paulincai
  • Loading branch information
dr-dimitru committed May 20, 2017
2 parents c0a5c80 + 96ed73a commit f1c8102
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 92 deletions.
357 changes: 335 additions & 22 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ [email protected]
[email protected]
[email protected]
ostrio:[email protected]
ostrio:[email protected].15
ostrio:[email protected].16
[email protected]
[email protected]
[email protected]
Expand Down
Loading

0 comments on commit f1c8102

Please sign in to comment.