Top "Gzip" questions

GZip/gzip is both the name for a compressed data format and any of several software applications implementing this format.

PHP Output buffering, Content Encoding Error caused by ob_gzhandler?

Can anyone explain why I am receiving the following error? In the code, if the echo $gz; is commented out …

php gzip output-buffering
How to use Content-Encoding: gzip with Python SimpleHTTPServer

I'm using python -m SimpleHTTPServer to serve up a directory for local testing in a web browser. Some of the …

python gzip simplehttpserver
Load File Not working - The magic number in GZip header is not correct

I am attempting to create a Save/Load class that has the option for saving & load files compressed files. …

c# serialization gzip deserialization binaryformatter
Compressing multiple files using zlib

The below code will compress one file. How can I compress multiple files var gzip = zlib.createGzip(); var fs = require(…

node.js compression gzip zlib
Apache GZIP compression not compressing js/css in other directories

I'm trying to use 'mod_deflate' (and other requires extensions) to apply GZIP compression to my local hosted site (Apache, 2.4.4.0). …

apache compression gzip mod-deflate
Why Chrome prompts for downloading a page as a .gz file on hyperlinks but not I enter the URL manually?

I just discovered a very strange behaviour on Chrome while trying to accesss some pages. It will prompt to download …

google-chrome gzip http-compression
Accept-Encoding:gzip and Content-Encoding:gzip

What is the difference between the two HTTP headers? Accept-Encoding:gzip Content-Encoding:gzip

http-headers gzip content-encoding http-accept-encoding
How to build Python 3.4.6 from source?

I want to install Python 3.4.6 but it is only available in source code format. The install options on the official …

python installation gzip python-3.4 xz
Ho to read ".gz" compressed file using spark DF or DS?

I have a compressed file with .gz format, Is it possible to read the file directly using spark DF/DS? …

apache-spark apache-spark-sql spark-dataframe gzip apache-spark-dataset
Android: read a GZIP file in the ASSETS folder

How can you read GZIP file in Android located in the "ASSETS" (or resources/raw) folder? I have tried the …

android gzip android-assets gzipinputstream