Ticket #115 (new enhancement)

Opened 4 years ago

Last modified 2 years ago

Supporting HTTP compression with GZip

Reported by: amatubu Assigned to: amatubu
Priority: normal Milestone: 2.0.0
Component: User Interface Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

It is good if POPFile supports HTTP compression with GZip.

I think we can use Compress::Zlib to do this:

http://search.cpan.org/~pmqs/IO-Compress-2.020/lib/Compress/Zlib.pm#Compress::Zlib::memGzip

We should check if the web browser supports HTTP compression. If we find 'Accept-Encoding: gzip,deflate' header, we can use HTTP compression.

Change History

05/03/11 05:53:46 changed by amatubu

  • component changed from Database to User Interface.
  • milestone set to 2.0.0.