Commit graph

3 commits

Author SHA1 Message Date
wen
e4f4834630 Update to 0.11
Upstream changes:
0.11  Tue Aug 6 23:24:07 JST 2013
        - fix bug around crc calculation and footer generation. Thanks syohex-san

0.10  Fri Jul 19 10:42:33 JST 2013
        - replace IO::Compress with PM::Deflater::Encoder for performance improvement

0.09  Mon May 24 14:24:04 JST 2013
        - buffering a first chunk. It contains only the gzip header

0.08  Mon Jun 18 23:40:04 JST 2012
        - do compress->close instead of autoflush to write gzip footer

0.07  Mon Jun 11 17:13:20 JST 2012
        - added perlcriticrc, no code changes

0.06  Wed May 16 18:24:27 JST 2012
        - Support Streaming, Thank you ranguard.
2013-08-22 04:39:24 +00:00
hiramatsu
5d74a75701 Update p5-Plack-Middleware-Deflater to 0.05.
Changes from previous:
0.05  Wed Jun 22 23:28:32 JST 2011
        - No code changes
        - Added Test::Requires to build_requires
        - Fixed pod

0.04  Mon May 16 12:58:30 JST 2011
        - Added content_type and vary_user_agent options (kazeburo)
        - Added psgix.no-compress and psgix.compress-only-text/html enviroment
          value like Apache mod_deflate (kazeburo)
2011-11-14 09:40:27 +00:00
seb
c62d4639a0 Initial import of p5-Plack-Middleware-Deflater version 0.03 in the
NetBSD Packages Collection.

The Perl 5 module Plack::Middleware::Deflater is a middleware to
encode your response body in gzip or deflate, based on Accept-Encoding
HTTP request header. It would save the bandwidth a little bit but
should increase the Plack server load, so ideally you should handle
this on the frontend reverse proxy servers.
2010-07-04 14:33:11 +00:00