Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set writer modification time to now by default
CRuby does this lazily on first write, when it sets up the headers, but that laziness is handled inside jzlib for us. Just set it and if it is updated by user it will be updated in the writer. Fixes jruby#7879, which led to tests being skipped in rack/rack#2182.
- Loading branch information