Comment 4 for bug 173096

Revision history for this message
James Henstridge (jamesh) wrote :

Brad: I don't think that's the issue for Plone files. Going through the apache frontend, I see:

    $ telnet launchpadlibrarian.net 80
    Trying 91.189.90.235...
    Connected to launchpadlibrarian.net.
    Escape character is '^]'.
    HEAD /10596639/Plone-3.0.3.tar.gz HTTP/1.1
    Host: launchpadlibrarian.net
    Accept-Encoding: gzip
    Connection: close

    HTTP/1.1 200 OK
    Date: Wed, 05 Dec 2007 03:45:34 GMT
    Server: TwistedWeb/2.4.0
    Content-length: 12425371
    Last-modified: Tue, 27 Nov 2007 23:17:52 GMT
    Content-type: 1
    Via: 1.1 launchpadlibrarian.net
    Connection: close
    Content-Encoding: gzip

    Connection closed by foreign host.

If I skip the apache front end and talk directly to the librarian, I get the following response (using an identical request):

    HTTP/1.1 200 OK
    Content-length: 12425371
    Server: TwistedWeb/2.4.0
    Last-modified: Tue, 27 Nov 2007 23:17:52 GMT
    Connection: close
    Date: Wed, 05 Dec 2007 03:45:11 GMT
    Content-type: 1

We are sending a bogus content-type (something that should be fixed), but that is not the cause of the Content-Encoding header.