Package: polipo
Version: 1.0.4+58-1
Severity: normal
I have a server that returns gzipped HTML if the HTTP client claims
supports it, and normal (uncompressed) HTML if it doesn't.
Having made a request from a gzip-supporting client, if I then make
the same request from a non-gzip-supporting client, that second client
will get gzipped data if Polipo is used!
$ wget -q -O - http://127.0.0.1:8000/ | file -
/dev/stdin: gzip compressed data, from Unix
$ env -u http_proxy wget -q -O - http://127.0.0.1:8000/ | file -
/dev/stdin: HTML document text
Is this a problem with the HTTP daemon, or with Polipo?
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages polipo depends on:
ii libc6 2.9-7 GNU C Library: Shared libraries
polipo recommends no packages.
polipo suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]