Bug ID | 770441 |
---|---|
Summary | build.gnome.org could support mod_deflate |
Classification | Infrastructure |
Product | sysadmin |
Version | unspecified |
OS | Linux |
Status | NEW |
Severity | normal |
Priority | Normal |
Component | Other |
Assignee | sysadmin-maint@gnome.bugs |
Reporter | rstrode@redhat.com |
QA Contact | sysadmin-maint@gnome.bugs |
CC | walters@verbum.org |
GNOME version | --- |
Some of the files in build.gnome.org are big, sparse files that should compress extremely well, but it looks like there's no way to transfer them compressed: ╎❯ telnet build.gnome.org 80 Trying 209.132.180.169... Connected to build.gnome.org. Escape character is '^]'. HEAD /continuous/work/images/current/gnome-continuous-x86_64-devel-debug.qcow2 HTTP/1.1 Host: build.gnome.org Accept-Encoding: xz, bzip2, lzma, gzip, deflate, br HTTP/1.1 200 OK Date: Fri, 26 Aug 2016 13:20:43 GMT Server: Apache/2.4.6 (Red Hat Enterprise Linux) Last-Modified: Fri, 26 Aug 2016 12:48:05 GMT ETag: "1e9720000-53af8ecfb4bb0" Accept-Ranges: bytes Content-Length: 8211529728 Access-Control-Allow-Origin: * No Content-Encoding header in output. It would be neat if build.gnome.org turned on mod_deflate (though maybe the files should get xz'd as part of the continuous output, adding walters to cc list)